Manifest merger failed
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
For that i have to set tools:replace="android:allowBackup" which it turns to allow backups..
Please help me to solve this.
i face the same issue too
I face the same issue too!