Caused by: java.lang.NoSuchMethodError: No interface method rangeEquals(JLokio/ByteString;)Z in class Lokio/BufferedSource; or its super classes (declaration of 'okio.BufferedSource' appears in /data/

在使用比目的sdk时,发现这个异,解决方式:
1.要么手动引入比目的jar及相关资源,下面的代码需要
2.直接通过编译脚本引入,下面代码会导致上面错误,注释掉即可,这里记录一下

//注意:要么使用手动引入,要么使用编译脚本,使用编译脚本这里要注释掉否则报错无法运行
//    sourceSets {
//        main.jniLibs.srcDirs = ['libs']
//    }

你可能感兴趣的:(Caused by: java.lang.NoSuchMethodError: No interface method rangeEquals(JLokio/ByteString;)Z in class Lokio/BufferedSource; or its super classes (declaration of 'okio.BufferedSource' appears in /data/)