Android mnifest文件合并错误工具:allowBackup = true

时间:2016-07-28 09:53:34

标签: android android-manifest manifest

我面临在android清单文件中合并问题,任何人都可以告诉我如何解决这个问题。

清单代码

<application 
tools:replace="android:allowBackup=true"
android:allowBackup="true">

错误

/Users/Desktop/iOSGit/app/src/main/AndroidManifest.xml:27:5-46:19 Error:
tools:replace specified at line:27 for attribute android:allowBackup=true, but no new value specified
/Users/Desktop/iOSGit/app/src/main/AndroidManifest.xml Error:
Validation failed, exiting

1 个答案:

答案 0 :(得分:0)

<application
    android:allowBackup="true"
    tools:replace="android:allowBackup"/>