Skip to content
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

Issue: Fatal Exception: java.lang.NoClassDefFoundError Failed resolution of: Landroid/graphics/BlendModeColorFilter; #32

Open
greenbizkit33 opened this issue Feb 13, 2025 · 0 comments

Comments

@greenbizkit33
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant