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

android:allowBackup #5

Open
janvde opened this issue May 25, 2016 · 1 comment
Open

android:allowBackup #5

janvde opened this issue May 25, 2016 · 1 comment

Comments

@janvde
Copy link

janvde commented May 25, 2016

The library has android:allowBackup set to true. This can result in a conflict with projects that have this boolean set to false. For me this resulted in this error:

Error:Execution failed for task ':travelMainRoadmap:processDebugAndroidTestManifest'. java.lang.RuntimeException: Manifest merger failed : Attribute application@allowBackup value=(false) from [debug] AndroidManifest.xml:44:9-36 is also present at [me.everything:providers-android:1.0.1] AndroidManifest.xml:12:9-35 value=(true). Suggestion: add 'tools:replace="android:allowBackup"' to <application> element at manifestMerger2006669952521454684.xml:7:5-9:19 to override.

@douglas-queirozlima
Copy link

Hi Jan, I did have the same problem and I fix it adding this on tag appliction of manifast:
tools:replace="allowBackup"

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