Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须在我的 android 应用程序中使用mashape api 之一,因为我必须将他们的名为unirest的 java 支持库包含到我的 android 项目中,我已经通过构建配置设置添加了该库。但是当我运行该项目时,它会抛出java.lang.ExceptionInInitializerError 并停止应用程序。有没有办法解决这个问题?
在 android 上使用第三方库时,您应该按照以下步骤操作: