制作自定义基座打包时候突然失败,问题如下:
Appid: UNI4B903D2
安装包制作目录/app/AndroidManifest.xml:11:18-50 Error:
Attribute application@theme value=(@style/ActionBar) from [uni_html5app_baichuan_4_0_plug-release.aar] AndroidManifest.xml:11:18-50
is also present at [quicklogin_uniplugin-debug.aar] AndroidManifest.xml:11:18-65 value=(@android:style/Theme.NoTitleBar).
Suggestion: add 'tools:replace=\"android:theme\"' to element at AndroidManifest.xml:39:3-61:17 to override.
FAILURE: Build failed with an exception.
-
What went wrong:
Execution failed for task ':app:processReleaseManifest'.Manifest merger failed with multiple errors, see logs
-
Try:
Run with --debug option to get more log output. Run with --scan to get full insights.
详细链接在这里
https://service.dcloud.net.cn/build/errorLog/6177a9d0-2ede-11eb-bd81-e712ecaf9554
3 个回复
DCloud_uniCloud_JSON
尝试多次仍然出现吗?
4***@qq.com
请问最后如何解决的?
7***@qq.com
很明显是依赖包也有android:xxx属性 冲突了 需要tools:replace="",但是在线打包这个怎么处理?如果是离线打包我们可以增加