android -------- 错误Attribute application@allowBackup value=(true) from AndroidManifest.xml

Posted 切切歆语

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android -------- 错误Attribute application@allowBackup value=(true) from AndroidManifest.xml相关的知识,希望对你有一定的参考价值。

开发中遇到一个问题,运行项目时,出现了一个这如下这样的问题

问题: 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的主要内容,如果未能解决你的问题,请参考以下文章

如何将带有列标题的 QTreeView 重做为 QTableView?

NSLayoutConstraint 问题

ServiceContract,OperationContract

label增加行距

sql

Swift 中的 UIControlState