-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on Android Device when cropping the image in Android version 14 #526
Comments
For my case, the crash happens regardless of API level, but only with release build. It's working fine during the debugging. |
I'm facing the same issue even while debugging on Emulator too |
same issue |
Any other possible solutions for this? My Manifest (in the main folder) contains the activity but I still get the issue on release apk and not on debug |
i am facing same issue even i added below code to my manifest |
Having the same from version 5.0.1 to version 8.0.2 ` Keep UCrop and related classes-keepclassmembers class com.yalantis.ucrop.** { ; } Keep XML related classes-keep class android.content.res.XmlBlock$Parser { ; } Keep menu related classes-keep class * extends android.view.Menu { *; } General rules for androidx-keep class androidx.** { ; } Keep potential interface implementations-keep interface * { *; } Keep all fragments for UCrop-keepclassmembers class * extends androidx.fragment.app.Fragment { Keep required xml attributes-keepclasseswithmembers class *.R$ { |
Experiencing Fatal Exception while cropping image on Android 13 and 14,
Fatal Exception: java.lang.IncompatibleClassChangeError: Class 'android.content.res.XmlBlock$Parser' does not implement interface 'e8.a' in call to 'int e8.a.l()'
The text was updated successfully, but these errors were encountered: