You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am seeing this issue in my projects Crashlytics. As of now it is only happening on Android 7 and 8. I can probably disable it for those versions if there is no fix
Caused by java.lang.ClassNotFoundException
Didn't find class "android.graphics.BlendModeColorFilter" on path: DexPathList[[zip file "/data/app/nathanhaze.com.videoediting-1/base.apk", zip file "/data/app/nathanhaze.com.videoediting-1/split_config.arm64_v8a.apk", zip file "/data/app/nathanhaze.com.videoediting-1/split_config.vi.apk", zip file "/data/app/nathanhaze.com.videoediting-1/split_config.xhdpi.apk"],nativeLibraryDirectories=[/data/app/nathanhaze.com.videoediting-1/lib/arm64, /data/app/nathanhaze.com.videoediting-1/base.apk!/lib/arm64-v8a, /data/app/nathanhaze.com.videoediting-1/split_config.arm64_v8a.apk!/lib/arm64-v8a, /data/app/nathanhaze.com.videoediting-1/split_config.vi.apk!/lib/arm64-v8a, /data/app/nathanhaze.com.videoediting-1/split_config.xhdpi.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]]
dalvik.system.BaseDexClassLoader.findClass (BaseDexClassLoader.java:56)
I am seeing this issue in my projects Crashlytics. As of now it is only happening on Android 7 and 8. I can probably disable it for those versions if there is no fix
Caused by java.lang.ClassNotFoundException
Didn't find class "android.graphics.BlendModeColorFilter" on path: DexPathList[[zip file "/data/app/nathanhaze.com.videoediting-1/base.apk", zip file "/data/app/nathanhaze.com.videoediting-1/split_config.arm64_v8a.apk", zip file "/data/app/nathanhaze.com.videoediting-1/split_config.vi.apk", zip file "/data/app/nathanhaze.com.videoediting-1/split_config.xhdpi.apk"],nativeLibraryDirectories=[/data/app/nathanhaze.com.videoediting-1/lib/arm64, /data/app/nathanhaze.com.videoediting-1/base.apk!/lib/arm64-v8a, /data/app/nathanhaze.com.videoediting-1/split_config.arm64_v8a.apk!/lib/arm64-v8a, /data/app/nathanhaze.com.videoediting-1/split_config.vi.apk!/lib/arm64-v8a, /data/app/nathanhaze.com.videoediting-1/split_config.xhdpi.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]]
dalvik.system.BaseDexClassLoader.findClass (BaseDexClassLoader.java:56)
java.lang.ClassLoader.loadClass (ClassLoader.java:312)
com.yalantis.ucrop.util.SelectedStateListDrawable.onStateChange (SourceFile:7)
android.graphics.drawable.Drawable.setState (Drawable.java:735)
android.view.View.setSelected (View.java:19113)
com.yalantis.ucrop.UCropActivity.setWidgetState (SourceFile:2)
com.yalantis.ucrop.UCropActivity.setInitialState (SourceFile:3)
com.yalantis.ucrop.UCropActivity.onCreate (SourceFile:20)
android.app.Activity.performCreate (Activity.java:6992)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:804)
The text was updated successfully, but these errors were encountered: