Cheelok Tsou

Results 4 comments of Cheelok Tsou

onSizeChanged->initShapePathAnimator->start(), after initializing ShapePathAnimator, start() method(ShapableLoadingView) will start the animation, and it will trigger the method - private float[] getPathCoordinates(Path path, float fraction) to be invoked. Your log infos show...

Are you using ProGuard or retrolambda or something that could be mucking up your bytecode? Or could u provide the whole log(adb logcat) while this kind of bug occur?

You could try import this library into your project directly(copy the code), or not import it by adding dependency. If the bug don't occur again, it means my library's dependency...

`11-19 11:37:24.489 I LoadedApk 20770 getClassLoader :dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.my.app-1/base.apk"],nativeLibraryDirectories=[/data/app/com.my.app-1/lib/arm, /vendor/lib, /system/lib]]] 11-19 11:37:24.509 I art 20770 Verification error in void com.github.chaossss.shapableloadingview.animator.ShapePathAnimator.(android.graphics.Path, int) 11-19 11:37:24.519 I art 20770 void com.github.chaossss.shapableloadingview.animator.ShapePathAnimator.(android.graphics.Path, int)...