开发中遇到一个问题,运行项目时,出现了一个这如下这样的问题
问题: Manifest merger failed : Attribute application@allowBackup value=(true) 解决方法
解决办法:
在AndroidManifest.xml中加入xmlns:tools="http://schemas.android.com/tools
<manifest package="xxx" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">
在application节点添加
<application tools:replace="android:allowBackup">
如果有多个的话
<application tools:replace="android:icon,android:allowBackup">
android -------- 错误Attribute application@allowBackup value=(true) from AndroidManifest.xml