smj227227
smj227227
  • 发布:2020-11-25 13:32
  • 更新:2021-04-16 16:03
  • 阅读:730

制作自定义基座突然打包失败

分类:uni-app

制作自定义基座打包时候突然失败,问题如下:

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

2020-11-25 13:32 负责人:无 分享
已邀请:
DCloud_uniCloud_JSON

DCloud_uniCloud_JSON

尝试多次仍然出现吗?

4***@qq.com

4***@qq.com

请问最后如何解决的?

7***@qq.com

7***@qq.com

很明显是依赖包也有android:xxx属性 冲突了 需要tools:replace="",但是在线打包这个怎么处理?如果是离线打包我们可以增加

该问题目前已经被锁定, 无法添加新回复