Android Eclipse Plugin: Instrumentation Test Runner not specified

前端 未结 7 1320
抹茶落季
抹茶落季 2020-12-04 21:46

I\'m getting this error when trying to run unit tests from Eclipse with an Android Project. The list of Instrumentation Test Runners is empty in the Android preferences.

7条回答
  •  情书的邮戳
    2020-12-04 21:58

    The problem is when you created the project, you would have had a AVD, so these configuration would be missing. My suggested way is first create the AVD and then create the android project :).

    If you would have already created the project and if does not have much code you have written I would suggest to delete it and create a new one.

提交回复
热议问题