java.lang.VerifyError

后端 未结 2 589
温柔的废话
温柔的废话 2020-12-12 01:05

I am working on an Android project that uses classes and methods from a seperate JAR file I am also creating, and the issue is with a specific util class called XpathU

2条回答
  •  渐次进展
    2020-12-12 01:36

    When I updata ADT tool to version 18.0.0.v201203301601-306762 I also get the exception when I run the app.... finally i found the solution with adt update issue. When you build the android app project, you need to go to project Properties-> Order and Export, and let the third party jar checkbox to be checked, and clean and rebuild the project. The problem would be fixed......for example let the third party jar checkbox to be checked

提交回复
热议问题