You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: