错误警报:
java.lang.AssertionError: com.google.android.youtube/.app.honeycomb.Shell$HomeActivity failed to start
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at com.google.android.memory.gts.AllAppsMemoryHostTest.testPeakPssOfAllApps(AllAppsMemoryHostTest.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:52)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4Cla***unner.runChild(BlockJUnit4Cla***unner.java:78)
at org.junit.runners.BlockJUnit4Cla***unner.runChild(BlockJUnit4Cla***unner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at com.android.tradefed.testtype.HostTest.runJUnit4Tests(HostTest.java:505)
at com.android.tradefed.testtype.HostTest.runTestClasses(HostTest.java:422)
at com.android.tradefed.testtype.HostTest.run(HostTest.java:397)
at com.android.compatibility.common.tradefed.testtype.JarHostTest.run(JarHostTest.java:142)
at com.android.compatibility.common.tradefed.testtype.ModuleDef.run(ModuleDef.java:258)
at com.android.compatibility.common.tradefed.testtype.CompatibilityTest.run(CompatibilityTest.java:477)
at com.android.tradefed.invoker.TestInvocation.runTests(TestInvocation.java:796)
at com.android.tradefed.invoker.TestInvocation.prepareAndRun(TestInvocation.java:471)
at com.android.tradefed.invoker.TestInvocation.performInvocation(TestInvocation.java:322)
at com.android.tradefed.invoker.TestInvocation.invoke(TestInvocation.java:984)
at com.android.tradefed.command.CommandScheduler$InvocationThread.run(CommandScheduler.java:558)

错误原因
字串中包含 "$", 该字符无法被 Shell 识别导致传给系统时, 字串被截断为 "com.google.android.youtube/.app.honeycomb.Shell". 系统找不到该字串对应的组件, 无法启动. 导致该测项失败.

解决方法
该测项 google 有 waive. R4会解掉这个问题.
https://partnerissuetracker.corp.google.com/issues/74354093

转载于:https://blog.51cto.com/13726600/2110201

app.honeycomb.Shell$HomeActivity failed to start相关推荐

  1. Error:Execution failed for task ':app:processDebugManifest'. Manifest merger failed with multipl

    使用Android studio build时出现的: Android studio(以下简称AS)项目中引用自己的Library编译时出现的一些问题 Message Gradle build Err ...

  2. app/bootstrap.php.cache : failed to open stream: No such file or directory

    2019独角兽企业重金招聘Python工程师标准>>> 在学习symfony框架开发遇到问题 1.修改composer.json内容:"post-install-cmd&q ...

  3. Android Monkey测试入门:安装sdk、studio、模拟器,并分析monkey日志

    Android Monkey测试入门:安装sdk.studio.模拟器,并分析monkey测试报告结果 1. 安装Java JDK和android SDK 2. 安装Andriod studio及模拟 ...

  4. Android 9.0 GMS 桌面布局修改

    先看下CDD文件的要求 集成了GMS给的partner_gms包后,发现Hotseat的排列并没直接像文档上要求的那样. 少了chrome,我就去launcher3中打开配置dw_phone_hots ...

  5. Android系统开发:GMS包移植

    Android系统开发:GMS包移植 首先,我们拿到一份完整的GMS包应该是如下图所示: 简单介绍每一个目录的作用 1)apps以及apps_go : 这里面就是google释放的apk资源文件,其中 ...

  6. 请教,关于monkey测试的时间间隔、执行次数、log中的动作次数

    执行monkey测试时,设置--throttle为1000 ,执行次数为10,如下: adb shell monkey --pct-touch 100 -v -v -v --throttle 1000 ...

  7. gradle编译出错:Execution failed for task #39;:app:compileTestDebugJava#39;.

    今天更新了android studio,从0.5.3升级到0.6.1版本号,结果在IDE中编译时没有问题.可是在命令行时编译就会出现下面错误: :app:compileTestDebugJava FA ...

  8. Execution failed for task ':app:processDebugManifest'

    使用Android Studio导入工程,Android-Xlistview-library第三方包遇到的问题 Error:Execution failed for task ':app:proces ...

  9. Execution failed for task ':app:processDebugManifest'.

    使用新版的Android Studio导入以前的项目,会出现Execution failed for task ':app:processDebugManifest'. 的错误 * What went ...

  10. As Error:Execution failed for task ':app:processDebugManifest'.

    Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger failed with multip ...

最新文章

  1. 今天收到IBM cat 测试
  2. visual studio 添加源码目录
  3. oracle中rownum和row_number()
  4. 循环造数据_项目管理数据与信息--DIKW模型
  5. Pytorch transforms.Resize()的简单用法
  6. k-java游戏下载,KEmulator(JAVA手机游戏模拟器)
  7. [译]露天矿山道路设计指南:第一章
  8. 微信小程序实现定位(小白专用)
  9. 【Python数据分析】假设检验的基本思想、原理和步骤
  10. 互联网项目经理的职业规划
  11. android 自定义locale,Android Locale填坑
  12. PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed
  13. 易语言MYSQL记账工具_易语言做记账软件
  14. python 扯线木偶_年轻的50个细节
  15. Android今日头条的适配
  16. cs,ds,ss,es?即cs,ds,ss,es的区别
  17. php配置Apache(Windows)
  18. VMware安装ubuntu kylin
  19. STM32CubeMX点亮LED
  20. 《代码规范》如何写出干净的代码(四)对象和类

热门文章

  1. PeerCDN:使用WebRTC构建基于浏览器的P2P CDN
  2. 用EViews做时间序列SARIMA模型的傻瓜操作小记
  3. 【LeetCode】【字符串】题号:*551. 学生出勤记录 I
  4. icesat2:strong beam and weak beam
  5. 在linux中安装Jupyter notebook
  6. 轮询、前后台和多任务系统软件模型区别
  7. 用c语言编写图形的变换程序,利用C语言实现二维图形的变换
  8. Python基础语法-01-类及对象
  9. java线程知识点拾遗(排队CAS)
  10. ImageLoader的简单分析(四)