属性application@label值=(@string/app_name)来自AndroidManifest.xml

属性application@label值=(@string/app_name)来自AndroidManifest.xml,android,android-studio,Android,Android Studio,我试图将一个巨大的应用程序移植到android studio,但我遇到了以下错误 Information:Gradle tasks [:calendar2014:assembleDebug]Error:(40, 9) Attribute application@label value=(@string/app_name) from AndroidManifest.xml:40:9 is also present at Calendar20155:wheel:unspecified:11:18 v

我试图将一个巨大的应用程序移植到android studio,但我遇到了以下错误

Information:Gradle tasks [:calendar2014:assembleDebug]Error:(40, 9) Attribute application@label value=(@string/app_name) from AndroidManifest.xml:40:9
is also present at Calendar20155:wheel:unspecified:11:18 value=(Android Wheel Widget)
Suggestion: add 'tools:replace="android:label"' to <application> element at AndroidManifest.xml:33:5 to override
Information:gradletasks[:calendar2014:assembleDebug]错误:(40,9)属性application@label值=(@string/app_name)来自AndroidManifest.xml:40:9
也出现在Calendar20155:wheel:unspecified:11:18 value=(Android wheel小部件)
建议:在AndroidManifest.xml:33:5处的元素中添加“tools:replace=“android:label””以覆盖
:calendar2014:processDebugManifest失败


我试图将
xmlns:tools=“…”
添加到我的清单文件中。它显示不活动。如果您有任何解决方案,请与我们分享。

建议在logcat中给出。试一试

tools:replace="android:label

要删除清单中的应用程序标记,必须删除android文件夹的AndroidManifest上的该属性:

  • /你的方向/AndroidStudio项目/我的颤振应用程序/android/app/src/main/AndroidManifest

  • 删除

  • android:label=“your_app_name”

    请共享
    AndroidManifest.xml
    file刚刚添加了我的清单文件的屏幕截图geethu,为什么不显示完整的AndroidManifest?抱歉,我没有阅读该部分。让我看看是否存在其他解决方案。你能发布你的成绩和清单文件吗?