Swipeable-Cards icon indicating copy to clipboard operation
Swipeable-Cards copied to clipboard

Error after adding to project

Open BipinBhandari opened this issue 8 years ago • 5 comments

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)

BipinBhandari avatar Apr 08 '16 08:04 BipinBhandari

i am also getting same issue , how you solve it ?

niravtopsss avatar Apr 20 '16 14:04 niravtopsss

Do following changes android manifest add this in element xmlns:tools="http://schemas.android.com/tools"

and following in element tools:replace="android:icon"

jitinsharma avatar Apr 22 '16 05:04 jitinsharma

Now getting this error: screen shot 2016-06-15 at 4 50 49 pm

BipinBhandari avatar Jun 15 '16 11:06 BipinBhandari

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"

MohammadFeyzian avatar Jun 20 '17 22:06 MohammadFeyzian

This is very weird issue, does the dependency contain the demo project...?

ivnsch avatar Jul 11 '17 21:07 ivnsch