【GTS 6.0 R2】 com.google.android.webview.gts.WebViewTest#testWebViewFrameworkConfigSettingIsSet fail

问题描述


 arm64-v8a GtsWebViewTestCases
Test Result Details
com.google.android.webview.gts.WebViewTest#testWebViewFrameworkConfigSettingIsSet
fail
java.lang.AssertionError: Incorrect number of signatures for package com.android.chrome expected:<1> but was:<0>

解决方案


1- 此case需要去掉原生的browser,使用Google webview apk. android的webview和GMS的google webview,是互斥关系,系统中只能存在一个,无法同时满足。
2- 查看是否有添加了 <feature name="com.google.android.feature.EEA_DEVICE" />    这个feature。 去掉这个是否可以pass的。
如果仍然无法pass,请提交CR。

作者: RESSRC

个人资源站

发表评论

邮箱地址不会被公开。 必填项已用*标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据