kotlin.text.charsets

java.lang.NoClassDefFoundError:   didn't find class kotlin.text.charsets

Android studio项目中引入了自己下载的两个jar  3.10版本的okhttp和2.0版本的okio   结果apk安装好就闪退

日志显示buffer中的使用的kotlin.text.charsets找不到

网上找了好多没找到原因,最后把okio的版本换成了低版本的就可以的。

具体原因未知。。。。

在这里记录一下

猜你喜欢

转载自blog.csdn.net/Super_Jadroid/article/details/82145111