CircularView icon indicating copy to clipboard operation
CircularView copied to clipboard

Manifest merger failed

Open amigax opened this issue 8 years ago • 2 comments

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.

amigax avatar Aug 14 '17 14:08 amigax

https://stackoverflow.com/questions/25981156/tools-replace-not-replacing-in-android-manifest Try this out!!

rhlmshr avatar Oct 05 '17 18:10 rhlmshr

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.

WajidAli007 avatar Oct 28 '18 21:10 WajidAli007