hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images
994 stars 392 forks source link

Crash on Android Device when cropping the image in Android version 14 #526

Open variyanirav opened 3 weeks ago

variyanirav commented 3 weeks ago

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()'

Screenshot 2024-09-11 at 1 08 52 PM Screenshot 2024-09-11 at 1 09 52 PM
lybur commented 1 week ago

For my case, the crash happens regardless of API level, but only with release build. It's working fine during the debugging.