无法找到检测目标包:com.android.cts.stub
由于以下错误,运行 Android CTS 遇到很多失败:
Unable to find instrumentation target package: com.android.cts.stub
什么可能导致此错误以及如何修复它?请注意,确实有相同的测试包通过。
Running the Android CTS encountering lot of failures due to following error :
Unable to find instrumentation target package: com.android.cts.stub
What might cause this error and how could i fix it? Note that there do have same test packages pass.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这可能是由于内部内存不足而发生的。运行 CTS 时,“Cts TestCases”包 (CtsTestStubs.apk) 应成功安装(检查“管理应用程序”菜单)。
This might happed because of insufficient internal memory. Package "Cts TestCases" (CtsTestStubs.apk) should get installed successfully (check Manage Applications menu) while running CTS.
具有足够的内部内存(数据内存 801MB),运行
android.permission
cts 测试用例时出现以下错误:如果我推送
CtsTestStubs.apk
那么上述错误不会发生。With sufficient internal memory (data memoyry 801MB) on running the
android.permission
cts test case getting the following error:If I push the
CtsTestStubs.apk
then above error doesn't happen.