无法找到检测目标包:com.android.cts.stub

发布于 2024-12-07 06:29:05 字数 172 浏览 1 评论 0原文

由于以下错误,运行 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

音盲 2024-12-14 06:29:06

这可能是由于内部内存不足而发生的。运行 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.

成熟的代价 2024-12-14 06:29:05

具有足够的内部内存(数据内存 801MB),运行 android.permission cts 测试用例时出现以下错误:

java.lang.IllegalArgumentException: Unknown package: com.android.cts.stub

如果我推送 CtsTestStubs.apk 那么上述错误不会发生。

With sufficient internal memory (data memoyry 801MB) on running the android.permission cts test case getting the following error:

java.lang.IllegalArgumentException: Unknown package: com.android.cts.stub

If I push the CtsTestStubs.apk then above error doesn't happen.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文