NoClassDefFoundError when running Instrumentation test with ant

后端 未结 6 970
忘掉有多难
忘掉有多难 2020-12-20 18:07

(This is an Android SDK tools v17 problem. Expect a fix in v18)

I have a test target project A, and a tester project B.

Project A has FlurryAgent.jar in it

6条回答
  •  孤城傲影
    2020-12-20 18:20

    http://code.google.com/p/android/issues/detail?id=27608

    I submitted the issue to Google and they uploaded a temporary fix. The fix will also be included in v18 release.

    "project member x...@android.com, Today (34 minutes ago) get the anttasks.jar from the bottom of http://tools.android.com/download to replace the one in your sdk."

    The file to replace is at \Android\android-sdk\tools\lib\

提交回复
热议问题