HackPlan / AndroidCharts

An easy-to-use Android charts library with animation.
MIT License
1.33k stars 330 forks source link

When i try to add this line "compile 'im.dacer:AndroidCharts:1.0.1" in app gradle it shows this error #22

Closed SaravanarajaGITHUB closed 8 years ago

SaravanarajaGITHUB commented 8 years ago

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

Manifest merger failed : Attribute application@icon value=(@mipmap/ic_launcher) from AndroidManifest.xml:7:9-43 is also present at [im.dacer:AndroidCharts:1.0.1] AndroidManifest.xml:13:9-45 value=(@drawable/ic_launcher). Suggestion: add 'tools:replace="android:icon"' to element at AndroidManifest.xml:5:5-18:19 to override.`

SaravanarajaGITHUB commented 8 years ago

Just follow the steps it got solved

  1. just get your ic_launcher and paste it in your drawables folder, 2.Go to your manifest and change android:icon="@drawable/ic_launcher" 3.Clean your project and rebuild Got from this link