问题: Manifest merger failed : Attribute application@allowBackup value=(false) 解决方法
出现的问题: Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:116:9-36is also present at [manager:common:unspecified:release] AndroidManifest.xml:12:9-35 value=(true).
Suggestion: add 'tools:replace="Android:allowBackup"' to <application> element at AndroidManifest.xml:114:5-1136:19 to override.
1:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
2:
<application
tools:replace="android:allowBackup"
标签: 技术问题
« xLua开源
|
git 团队协作的一些命令»
发表评论: