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 fails due to duplicate application theme attribute in AndroidManifest #9

Open
K-7 opened this issue Jan 20, 2016 · 1 comment

Comments

@K-7
Copy link

K-7 commented Jan 20, 2016

Error:(10, 9) Attribute application@allowBackup value=(false) from AndroidManifest.xml:10:9
Error:(13, 9) Attribute application@theme value=(@style/TokeniserTheme) from AndroidManifest.xml:13:9
is also present at noman.weekcalendar:weekcalendar:1.0.6:15:9 value=(@style/AppTheme)
Suggestion: add 'tools:replace="android:theme"' to element at AndroidManifest.xml:9:5 to override

@nomanr
Copy link
Owner

nomanr commented Jan 21, 2016

The answer lies in the question, add tools:replace="android:theme" in the application tag in the Manifest file.

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