MultiType-FilePicker icon indicating copy to clipboard operation
MultiType-FilePicker copied to clipboard

Manifest merger failed

Open sdzshn3 opened this issue 7 years ago • 2 comments

I dont want Google to auto back up my app's data so i set android:allowBackup="false" android:fullBackupContent="false" in manifests. But after adding this library, I'm getting this error:

Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:11:9-36 is also present at [com.vincent.filepicker:MultiTypeFilePicker:1.0.8] AndroidManifest.xml:15:9-35 value=(true). Suggestion: add 'tools:replace="android:allowBackup"' to element at AndroidManifest.xml:10:5-45:19 to override.

For that i have to set tools:replace="android:allowBackup" which it turns to allow backups.. Please help me to solve this.

sdzshn3 avatar Jan 12 '19 07:01 sdzshn3

i face the same issue too

kamal202010 avatar Apr 02 '19 20:04 kamal202010

I face the same issue too!

hgb2016 avatar May 15 '19 08:05 hgb2016