【android couldn'
t find so】听闻少年二字,当与平庸相斥。这篇文章主要讲述android couldn'
t find so相关的知识,希望能为你提供帮助。
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/net.topstarts-exLrAaw3uoK7nr6ftBLBTg==/base.apk"],nativeLibraryDirectories=[/data/app/net.topstarts-exLrAaw3uoK7nr6ftBLBTg==/lib/arm64, /system/lib64, /product/lib64]]] couldn‘t find "libarcsoft_face_engine.so"
组件化开发, so放在二级子模块里
模块独立运行时可以,子模块加了
ndk {
// 不使用64位SO, 这里填写只使用的 so, "arm64-v8a", "armeabi", "x86", "mips"
//指定要ndk需要兼容的架构(这样其他依赖包里mips,x86,armeabi,arm-v8之类的so会被过滤掉)
abiFilters "armeabi-v7a", "armeabi", "x86", "mips"
}
如果集成到宿主(主APP)里时,突然找不到SO了,,,,后面在主APP的gradle里也加上上面的代码才解决
看来不是将子module的gradle包含进来了
推荐阅读
- 论文研读《Deep Learning and Its Applications to MachineHealth Monitoring: A Survey》
- 安卓直连SQLSEVER数据库
- 通过AS提交AndroidLibrary到JCenter仓库
- Expected a key while parsing a block mapping.
- appium 多线程还是多进程(转)
- 解决AndroidKiller APK 反编译失败,无法继续下一步源码反编译!
- httpclient模拟post(applecation/x-www-form-urlencoded方式)请求
- 安卓无法上传图片的问题
- AppBoxFuture: Raft快照及日志截断回收