VerifyError in android test-project build tools v17

后端 未结 5 1921
青春惊慌失措
青春惊慌失措 2021-01-11 13:17

Since installing v17 of the android build tools I am getting a VerifyError in my test project.

A short description of my project structure:

<
5条回答
  •  长情又很酷
    2021-01-11 13:59

    x...@android.com made a temporary fix for an issue I reported: http://code.google.com/p/android/issues/detail?id=27608.

    You can try to see if the new anttasks.jar file can fix your problem.

    It fixed mine. NoClassDefFoundError when running Instrumentation test with ant

提交回复
热议问题