MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

Animations do not works when app is downloaded from playStore

Open sol4ris2048 opened this issue 5 years ago • 3 comments

Hello,

Thanks for your work. When i launch my app with your lib, animations charts works fine. But when i download this same app from PlayStore, charts animations do not work anymore!

Where is the problem?

Thanks a lot!

sol4ris2048 avatar Oct 19 '19 18:10 sol4ris2048

Me too. Did you find a solution?

eastswift avatar Jun 17 '20 06:06 eastswift

maybe issue from proguard ? check this https://github.com/PhilJay/MPAndroidChart/issues/2903

sigit485 avatar Oct 30 '21 02:10 sigit485

You need to whitelist MPAndroidChart by modifying Proguard rules. Add this line to your proguard: -keep class com.github.mikephil.charting.** { *; }

MasoomBadi avatar Jun 15 '22 05:06 MasoomBadi