File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -53,19 +53,18 @@ sidebar_position: 3
53
53
- keep class tds .androidx.** { * ;}
54
54
```
55
55
56
- ### 引入 TapUpdate 模块后闪退报错:Unable to get provider com.taptap.services .update.TapUpdateFileProvider,具体表现是弹出「更新游戏,需安装 TapTap 客户端」页面,点击「安装 TapTap」没有相应。
56
+ ### 引入 TapUpdate 模块后闪退报错:Unable to get provider com.taptap.sdk .update.internal .TapUpdateFileProvider,具体表现是弹出「更新游戏,需安装 TapTap 客户端」页面,点击「安装 TapTap」没有相应。
57
57
58
- 检查游戏是否存在二次打包的情况,检查二次打包后 APK 中的 AndroidManifest.xml 文件中如下的 ` provider ` 标签里面的 ` android:authorities ` 字段值是否为 ` 项目包名.com.taptap.services .update.fileProvider ` ,如果不是的话,请手动更正。
58
+ 检查游戏是否存在二次打包的情况,检查二次打包后 APK 中的 AndroidManifest.xml 文件中如下的 ` provider ` 标签里面的 ` android:authorities ` 字段值是否为 ` 项目包名.com.taptap.sdk .update.internal .fileProvider ` ,如果不是的话,请手动更正。
59
59
60
60
``` xml
61
61
<provider
62
- android : name =" com.taptap.services .update.TapUpdateFileProvider"
62
+ android : name =" com.taptap.sdk .update.internal .TapUpdateFileProvider"
63
63
android : exported =" false"
64
- android : authorities =" 项目包名.com.taptap.services .update.fileProvider"
64
+ android : authorities =" 项目包名.com.taptap.sdk .update.internal .fileProvider"
65
65
android : grantUriPermissions =" true" >
66
-
67
66
<meta-data
68
67
android : name =" android.support.FILE_PROVIDER_PATHS"
69
- android : resource =" @ref/0x7f100002 " />
68
+ android : resource =" @ref/0x7f0c0000 " />
70
69
</provider >
71
70
```
You can’t perform that action at this time.
0 commit comments