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 #8

Open
amigax opened this issue Aug 14, 2017 · 2 comments
Open

Manifest merger failed #8

amigax opened this issue Aug 14, 2017 · 2 comments

Comments

@amigax
Copy link

amigax commented Aug 14, 2017

Trying to use this in android studio but getting:

Error:Execution failed for task ':app:processDebugManifest'.

Manifest merger failed : Attribute application@icon value=(@mipmap/ic_launcher) from AndroidManifest.xml:33:9-43
is also present at [com.sababado.circularview:library:1.1.1] AndroidManifest.xml:13:9-45 value=(@drawable/ic_launcher).
Suggestion: add 'tools:replace="android:icon"' to element at AndroidManifest.xml:31:5-99:19 to override.

@rhlmshr
Copy link

rhlmshr commented Oct 5, 2017

@WajidAli007
Copy link

add this: tools:replace="android:icon" to your application tag in the manifest file of your application. This will enforce to use the application icon of manifest and not the library manifest icon.

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

3 participants