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

Build Failed - Merging attribute on Manifest #6

Open
dsdebastiani opened this issue Dec 1, 2015 · 1 comment
Open

Build Failed - Merging attribute on Manifest #6

dsdebastiani opened this issue Dec 1, 2015 · 1 comment

Comments

@dsdebastiani
Copy link

There are a conflict with theme attribute in manifest of my project and this lib.

Error:(14, 9) Attribute application@theme value=(@style/MyProjectTheme) from AndroidManifest.xml:14:9 is also present at com.apradanas.simplelinkabletext:library:1.0.3:15:9 value=(@style/AppTheme)
Suggestion: add 'tools:replace="android:theme"' to <application> element at AndroidManifest.xml:9:5 to override Error:Execution failed for task ':app:processDevDebugManifest'.
@rijkhan
Copy link

rijkhan commented Dec 2, 2015

As suggested, add tools:replace="android:theme" to the element and xmlns:tools="http://schemas.android.com/tools" in the element. Then in your build.gradle move this library to the top of your dependencies{}.

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