我面临在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
答案 0 :(得分:0)
<application
android:allowBackup="true"
tools:replace="android:allowBackup"/>