wuzhixiu00 2016-11-21
<uses-library android:name="android.test.runner"/>再在Application标签外加入instrumentation标签
<instrumentation 
        android:targetPackage="com.phoobobo.robot"
        android:label="this is a test"
        android:name="android.test.InstrumentationTestRunner">        
</instrumentation> 包名和label请设置为自己的包名和自己命名label。