JNI DETECTED ERROR 过程 新的项目中引入了旧项目的库,实际运行时报错 JNI DETECTED ERROR IN APPLICATION: fid == null in call to GetBooleanField 解决方案 把 targetSdkVersion 设置成<= 28,或者把so库更新到能支持29或更高的版本。
OkDownload:ServerCanceledException 错误 错误 报错信息如下: com.liulishuo.okdownload.core.exception.ServerCanceledException: Response code can't handled on internal 200 with current offs…