fishwjy / MultiType-FilePicker

This is a light Android file picker library.
Apache License 2.0
1.4k stars 250 forks source link

Manifest merger failed #48

Open sdzshn3 opened 5 years ago

sdzshn3 commented 5 years ago

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.

kamal202010 commented 5 years ago

i face the same issue too

hgb2016 commented 5 years ago

I face the same issue too!