Android java.lang.NoClassDefError when using external jar

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-25 02:38:04

问题


I am getting the following message when referencing a JAR I have added to my Android project:

The JAR is located in my libs/ folder

and is directly referenced in the Build Path

The JAR is 'checked' in the "Order and Export" tab

From what information I can gather on adding JARs to Android projects, this procedure seems to be correct. Any clue as to what is causing this error?

来源:https://stackoverflow.com/questions/22214603/android-java-lang-noclassdeferror-when-using-external-jar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!