Curzibn / Luban

Luban(鲁班)—Image compression with efficiency very close to WeChat Moments/可能是最接近微信朋友圈的图片压缩算法
Apache License 2.0
13.58k stars 2.25k forks source link

能否支持 armeabi 架构手机,比较目前市场上还有很多这类手机 #282

Open yandeqing opened 6 years ago

yandeqing commented 6 years ago

java.lang.UnsatisfiedLinkError:Couldn't load luban from loader dalvik.system.PathClassLoader[DexPathList[[dex file "dalvik.system.DexFile@420a4708", dex file "dalvik.system.DexFile@420b6d28", java.lang.Runtime.loadLibrary(Runtime.java:358) java.lang.System.loadLibrary(System.java:555) top.zibin.luban.turbo.TurboCompressor.(TurboCompressor.java:16) top.zibin.luban.b.a(Engine.java:90) top.zibin.luban.d.a(Luban.java:186) top.zibin.luban.d.c(Luban.java:160) top.zibin.luban.d.a(Luban.java:21) top.zibin.luban.d$a.a(Luban.java:373)

Curzibn commented 6 years ago

有没有试过将v7a的so文件拷贝到armeabi文件夹看看