Android Eclipse Plugin: Instrumentation Test Runner not specified

前端 未结 7 1319
抹茶落季
抹茶落季 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:57

    You're probably missing the uses-library and instrumentation nodes in your AndroidManifest.xml:

    
        
            
            
        
        
    
    

提交回复
热议问题