Swipeable-Cards
Swipeable-Cards copied to clipboard
Error after adding to project
I am getting this error
[Error:Execution failed for task ':app:processDebugManifest'.
Manifest merger failed : Attribute application@icon value=(@mipmap/ic_launcher) from AndroidManifest.xml:15:9-43
is also present at [com.github.kikoso:SwipeableCards:1.1-RELEASE] AndroidManifest.xml:12:9-45 value=(@drawable/ic_launcher).
Suggestion: add 'tools:replace="android:icon"' to <application> element at AndroidManifest.xml:12:5-47:19 to override.](url)
i am also getting same issue , how you solve it ?
Do following changes android manifest
add this in
and following in
Now getting this error:
I'm getting the same issue, but the @jitinsharma recommended choice work for me. add this to the manifest: xmlns:tools="http://schemas.android.com/tools"
and then add following to the application element: tools:replace="android:icon"
This is very weird issue, does the dependency contain the demo project...?