alexvasilkov / GestureViews

ImageView and FrameLayout with gestures control and position animation
Apache License 2.0
2.37k stars 384 forks source link

when i use 2.5.2 App crash,use 2.5.1 is ok #139

Closed StevenHX closed 4 years ago

StevenHX commented 5 years ago

019-04-11 10:04:52.590 25310-25310/com.dealy1688.android.shop E/JC-CrashHandler: │ Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/alexvasilkov/gestures/R$styleable; 2019-04-11 10:04:52.590 25310-25310/com.dealy1688.android.shop E/JC-CrashHandler: │ at com.alexvasilkov.gestures.Settings.initFromAttributes(Settings.java:153) 2019-04-11 10:04:52.590 25310-25310/com.dealy1688.android.shop E/JC-CrashHandler: │ at com.alexvasilkov.gestures.views.GestureImageView.(GestureImageView.java:61) 2019-04-11 10:04:52.590 25310-25310/com.dealy1688.android.shop E/JC-CrashHandler: │ at com.alexvasilkov.gestures.views.GestureImageView.(GestureImageView.java:54) 2019-04-11 10:04:52.590 25310-25310/com.dealy1688.android.shop E/JC-CrashHandler: │ ... 58 more 2019-04-11 10:04:52.590 25310-25310/com.dealy1688.android.shop E/JC-CrashHandler: │ Caused by: java.lang.ClassNotFoundException: Didn't find class "com.alexvasilkov.gestures.R$styleable"

alexvasilkov commented 4 years ago

Hm, looks like a build issue on your side, please try a clean build. We are using v2.5.2 in several production applications for a long time now and never had such issue.