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

Android mnifest file merging error tool:allowBackup=true

我在 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
<application
    android:allowBackup="true"
    tools:replace="android:allowBackup"/>