Xamarin.Android Suggestion: add ‘tools:replace=“android:allowBackup“‘ to <application> element at A

Xamarin.Android Suggestion: add ‘tools:replace=“android:allowBackup“‘ to <application> element at A,第1张

Android 报错

Suggestion: add 'tools:replace="android:allowBackup"' to  element at AndroidManifest.xml:14:3-32:17 to override

解决方法:

在 AndroidManifest.xml 文件 的 manifest节点 添加
xmlns:tools="http://schemas.android.com/tools"
在 application 节点,添加 tools:replace="android:allowBackup"

欢迎分享,转载请注明来源:内存溢出

原文地址:https://www.54852.com/langs/796345.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-05-06
下一篇2022-05-06

发表评论

登录后才能评论

评论列表(0条)

    保存