Open Mygod opened 9 years ago
http://developer.android.com/reference/android/util/FloatMath.html
Warning: net.simonvt.menudrawer.Scroller: can't find referenced method 'float sqrt(float)' in library class android.util.FloatMath
Add this line to you proguard file -dontwarn net.simonvt.numberpicker.Scroller
-dontwarn net.simonvt.numberpicker.Scroller
Will fix your issue.
it should be -dontwarn net.simonvt.menudrawer.Scroller
-dontwarn net.simonvt.menudrawer.Scroller
http://developer.android.com/reference/android/util/FloatMath.html