当前位置:   article > 正文

Attribute application@allowBackup value=(true) from AndroidManifest.xml 报错

attribute application@allowbackup value=(true) from androidmanifest.xml

说明:

在集成别的@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

 

  1. <manifest package="XXX"
  2. xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools">

2、在application

 

 

  1. <application
  2. tools:replace="android:allowBackup">

如果有多个的话

 

 

  1. <application
  2. tools:replace="android:icon,android:allowBackup">
 

 


 

ฅ՞•ﻌ•՞ฅ ~ 厚着脸皮要个赞赏哈 ~ ฅ՞•ﻌ•՞ฅ

本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号