清单合并失败错误 [英] Manifest merger failed error

查看:34
本文介绍了清单合并失败错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在将我当前的项目大型应用程序迁移到 Android Studio 和 Gradle.我目前遇到以下问题:

I am in the process of moving my current projects huge application into Android Studio and Gradle. I am currently stuck on the following issue:

Error:(87, 9) Execution failed for task ':App:processDebugManifest'.
> Manifest merger failed : Attribute application@label value=(@string/app_label) from AndroidManifest.xml:87:9
    is also present at ANDROID_APPLICATION:Library:unspecified:9:18 value=(@string/app_name)
    Suggestion: add 'tools:replace="android:label"' to <application> element at AndroidManifest.xml:82:5 to override

我尝试将以下属性添加到主 AndroidManifest.xml 文件:

I have tried adding the following attributes to the main AndroidManifest.xml file:

tools:replace="android:label, *App Name*"
tools:replace="android:label, @string/app_label"
tools:replace="android:label"

这些属性定义都不起作用.我做错了什么?

None of these attribute definitions works. What am I doing wrong?

推荐答案

试试这个:

将此添加到

xmlns:tools="http://schemas.android.com/tools"

将此添加到

tools:node="replace"

基于this,它应该覆盖所有元素.用带注释的声明替换较低优先级的声明."

Based on this, it should override all the elements. "Replace the lower priority declaration with the annotated one."

这篇关于清单合并失败错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆