3

Android テスト ケースを実行しようとすると、次の最後の 2 行が表示されます。

[2013-04-22 17:11:10 - ProjectTest] Launching instrumentation android.test.InstrumentationTestRunner on emulator-5554
[2013-04-22 17:11:12 - ProjectTest] Test run failed: Instrumentation run failed due to 'java.lang.ClassNotFoundException'

ビルド パスに jar を含める必要があると思います。どの瓶を含める必要があるか考えていますか?

4

1 に答える 1

1

インターネットで少し調べたり、Stackoverflow で検索したりする必要があると思います。Stackoverflow にも同様の問題文があります: Test run failed: Instrumentation run failed due to 'java.lang.ClassNotFoundException'

于 2013-04-23T15:18:21.720 に答える