gpt4 book ai didi

android - NoClassDefFoundError : Failed resolution of: Lkotlinx/coroutines/Dispatchers

转载 作者:行者123 更新时间:2023-12-02 12:34:44 24 4
gpt4 key购买 nike

我有一个使用 Kotlin Coroutines 并使用 CoroutineScope 作为的库

private val coroutineScope by lazy(mode = LazyThreadSafetyMode.NONE) {
CoroutineScope(Dispatchers.Main)
}

当我在其他项目中使用该库时,出现错误:
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)
Caused by: java.lang.ClassNotFoundException: Didn't find class "kotlinx.coroutines.Dispatchers" on path: DexPathList[[zip file "/data/app/com.ssss.ssss-X44QPiLhKdl-D6eyVAYkOA==/base.apk"],nativeLibraryDirectories=[/data/app/com.ssss.testauthenticater-X44QPiLhKdl-D6eyVAYkOA==/lib/x86, /system/lib, /system/product/lib]]

我已添加 -keepnames class kotlinx.** { *; }
在我的消费者专业保护文件中也是如此。

有没有人有类似的问题?我在 android 中使用协程 1.3.3。

最佳答案

能否请您使用此版本并再试一次:

kotlin_coroutinesVersion = "1.2.1"

implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutinesVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutinesVersion"

关于android - NoClassDefFoundError : Failed resolution of: Lkotlinx/coroutines/Dispatchers,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59381060/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com