标签:遇到 manifest size article and tle ati schema idm
开发中遇到一个问题,运行项目时,出现了一个这如下这样的问题
解决办法:
在AndroidManifest.xml中加入xmlns:tools="http://schemas.android.com/tools
<manifest package="xxx" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">
在application节点添加
<application tools:replace="android:allowBackup">
如果有多个的话
<application tools:replace="android:icon,android:allowBackup">
android -------- 错误Attribute application@allowBackup value=(true) from AndroidManifest.xml
标签:遇到 manifest size article and tle ati schema idm
原文地址:https://www.cnblogs.com/zhangqie/p/9403815.html