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: allowBackup value=(false) #54

Closed
daberni opened this issue May 15, 2018 · 1 comment
Closed

Manifest merger failed: allowBackup value=(false) #54

daberni opened this issue May 15, 2018 · 1 comment

Comments

@daberni
Copy link

daberni commented May 15, 2018

Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:10:9-36
  	is also present at [com.robertlevonyan.view:MaterialChipView:1.2.1] AndroidManifest.xml:12:9-35 value=(true).
  	Suggestion: add 'tools:replace="android:allowBackup"' to <application> element at AndroidManifest.xml:8:5-85:19 to override.

when allowBackup="false" is specified in the applications manifest, this conflicts with the library.

There should be no conflict at first hand.

@robertlevonyan
Copy link
Owner

just add tools:replace="android:allowBackup" to your app's Manifest element

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

2 participants