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 build a kitlin coil class for mit app inventor, for load image using coil.
successfully i compilied the class and build apk, when i run apk the i got runtime error and apk crash.
error: java.lang.NoClassDefFoundError: Failed resolution of: Lokio/Buffer; and java.lang.NoClassDefFoundError: okhttp3.internal.concurrent.TaskRunner .
i'm using this dependencies for that class.
`deps:
Coil dependencies
coil-2.6.0.jar
coil-base-2.6.0.jar
coil-gif-2.6.0.jar
coil-svg-2.6.0.jar
coil-video-2.6.0.jar
AndroidX Lifecycle dependencies
lifecycle-common-2.4.1.jar
lifecycle-runtime-2.4.1.jar
Kotlin Coroutines dependencies
kotlinx-coroutines-core-1.4.2.jar
kotlinx-coroutines-android-1.4.2.jar
Okio and OkHttp dependencies for Coil
okio-3.8.0.jar
okhttp-4.12.0.jar
ExifInterface dependencyS
exifinterface-1.3.3.jar
`
please any one can help for solve this errors.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I build a kitlin coil class for mit app inventor, for load image using coil.
successfully i compilied the class and build apk, when i run apk the i got runtime error and apk crash.
error:
java.lang.NoClassDefFoundError: Failed resolution of: Lokio/Buffer;
andjava.lang.NoClassDefFoundError: okhttp3.internal.concurrent.TaskRunner
.i'm using this dependencies for that class.
`deps:
Coil dependencies
AndroidX Lifecycle dependencies
Kotlin Coroutines dependencies
Okio and OkHttp dependencies for Coil
ExifInterface dependencyS
`
please any one can help for solve this errors.
Beta Was this translation helpful? Give feedback.
All reactions