android - ProGuard configuration for AndroidPlot -


since building release version of app proguard enabled, plot style reset default , see many warnings in logcat informing me of unsupported parameters:

error inflating xml: setter field "[...]" not exist.

i've pinpointed coming androidplot's configurator, haven't found official proguard configuration project.

the mechanism through androidplot sets configuration parameters relies heavily on reflection, , in light i've decided it's useless try obfuscate inside library:

-keep class com.androidplot.** { *; } 

Comments

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

php - Redirect and hide target URL -