aprijal-psrb / android-color-picker

Automatically exported from code.google.com/p/android-color-picker
0 stars 0 forks source link

Proper ProGaurd configuration #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the proper ProGaurd configuration when referencing the color picker? 

I cannot compile an app with ProGaurd without getting: 
"java.lang.ClassNotFoundException: yuku.ambilwarna.AmbilWarnaKotak in loader 
dalvik.system.PathClassLoader"

I've tried adding the following with no success:

-keep public class yuku.ambilwarna.AmbilWarnaKotak
-keep public class yuku.ambilwarna.AmbilWarnaDialog

I've you've got a working example configuration, that would be helpful to see.

Thanks!

Original issue reported on code.google.com by slayer3...@gmail.com on 22 Jul 2012 at 8:06