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 in Jetpack app #71

Closed
kaushalyap opened this issue Mar 4, 2019 · 1 comment · Fixed by #92
Closed

Manifest merger failed in Jetpack app #71

kaushalyap opened this issue Mar 4, 2019 · 1 comment · Fixed by #92

Comments

@kaushalyap
Copy link

Describe the bug
Get the following error when building the app

Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:10:13-40
	is also present at [com.github.vipulasri:timelineview:1.1.0] AndroidManifest.xml:12:9-35 value=(true).
	Suggestion: add 'tools:replace="android:allowBackup"' to <application> element at AndroidManifest.xml:9:5-49:19 to override.

To Reproduce

  • Create Simple Jetpack app
  • Add Timeline-view dependency
  • Build the app

Expected behavior
App build without any errors


Doing following
Suggestion: add 'tools:replace="android:allowBackup"' to <application> element at AndroidManifest.xml:9:5-49:19 to override.

does fix the problem. But I think there is some dependency issue.

@kaushalyap
Copy link
Author

Issue does have in one of my projects that uses firebase, jetpack. But unable to reproduce on a new project.

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

Successfully merging a pull request may close this issue.

1 participant