Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manifest merger failed #48

Open
sdzshn3 opened this issue Jan 12, 2019 · 2 comments
Open

Manifest merger failed #48

sdzshn3 opened this issue Jan 12, 2019 · 2 comments

Comments

@sdzshn3
Copy link

sdzshn3 commented Jan 12, 2019

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
Copy link

i face the same issue too

@hgb2016
Copy link

hgb2016 commented May 15, 2019

I face the same issue too!

markkorput pushed a commit to markkorput/MultiType-FilePicker that referenced this issue Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants