通常、私はを使用してjunitテストを実行しadb shell am instrument -w com.android.contacts.tests/android.test.InstrumentationTestRunner
ます。実際に動作し、すべてのテストを実行します。
しかし、ブレークポイントを作成し、junit の実行中にデバッグ モードに入りたい場合、失敗しました。通常のAndroidアプリをデバッグするときに、ブレークポイントを作成する方法が機能します。
だから私はウェブを検索し、のようなものを試してみましadb shell am instrument -e debug true -e class com.android.contacts.AndroidUtilsTest -w com.android.contacts.tests/android.test.InstrumentationTestRunner
たが、まだ運がありません. あなたはこの問題をどのように解決しますか?junit クラスだけでなく、通常のプロジェクトのコードもデバッグしたい。