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

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

问题描述

我在移动我目前的项目巨大的应用进入Android的Studio和摇篮的过程。我目前被困在了以下问题:

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

我已经尝试添加以下属性到主的Andr​​oidManifest.xml 文件:

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?

推荐答案

试试这个:

tools:node="replace"

基于

,它应该覆盖所有元素。 替换优先级较低的声明与注解之一。

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

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

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