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

Android mnifest文件合并错误工具:allowBackup=true,android,android-manifest,manifest,Android,Android Manifest,Manifest,我在android清单文件中面临合并问题,有人能告诉我如何解决这个问题吗 清单代码 <application tools:replace="android:allowBackup=true" android:allowBackup="true"> 看起来您缺少了一个“,这只是您的问题中的一个输入错误吗?或者您的文件中也缺少了这个吗?您是否可以发布整个AndroidManifest.xml? /Users/Desktop/iOSGit/app/src/main/AndroidMan

我在android清单文件中面临合并问题,有人能告诉我如何解决这个问题吗

清单代码

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

看起来您缺少了一个
,这只是您的问题中的一个输入错误吗?或者您的文件中也缺少了这个吗?您是否可以发布整个
AndroidManifest.xml
/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
<application
    android:allowBackup="true"
    tools:replace="android:allowBackup"/>