CircularView
CircularView copied to clipboard
Manifest merger failed
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.
https://stackoverflow.com/questions/25981156/tools-replace-not-replacing-in-android-manifest Try this out!!
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.