赞
踩
说明:
在集成别的@aar包时候,出现错误:
Attribute application@allowBackup value=(true) from AndroidManifest.xml:47:9-35
is also present at [com.aliyun.ams:alicloud-android-feedback:3.1.0] AndroidManifest.xml:19:18-45 value=(false).
Suggestion: add 'tools:replace="android:allowBackup"' to <application> element at AndroidManifest.xml:45:5-254:19 to override.
解决方法:
1、在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">
2、在application
<application tools:replace="android:allowBackup">
如果有多个的话
<application tools:replace="android:icon,android:allowBackup">
ฅ՞•ﻌ•՞ฅ ~ 厚着脸皮要个赞赏哈 ~ ฅ՞•ﻌ•՞ฅ
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。