mobile CCTV,mobile surveillance,police body worn cameras

标题: Android 开发,运行时报错,缺少 xxx.so 文件,请问你们有没有完整的安卓SDK文件 [打印本页]

author: selen1237    time: 2019-3-16 16:40
标题: Android 开发,运行时报错,缺少 xxx.so 文件,请问你们有没有完整的安卓SDK文件
Android APP运行的时候这行代码报错:
import com.smarteye.coresdk.CoreSDK;

CoreSDK.InitCoreSDK(true);

报错信息:
E/CrashHandler: java.lang.UnsatisfiedLinkError: dlopen failed: library "/vendor/lib64/libgnustl_shared.so" needed or dlopened by "/system/lib64/libnativeloader.so" is not accessible for the namespace "classloader-namespace"
author: besovideo    time: 2019-3-16 16:46
请联系相关销售人员,我们需要确定您是哪家客户。
author: besovideo    time: 2019-3-16 16:47
是MCU?
author: selen1237    time: 2019-3-16 16:56
besovideo post on2019-3-16 16:47
是MCU?

对就是MCU      
author: Arthur    time: 2019-3-18 18:10
什么设备?  jniLibs中有没有libgnustl_shared.so这个文件?
author: selen1237    time: 2019-3-19 13:56
Arthur post on2019-3-18 18:10
什么设备?  jniLibs中有没有libgnustl_shared.so这个文件?

就是普通的安卓手机
author: Arthur    time: 2019-3-19 15:41
selen1237 post on2019-3-19 13:56
就是普通的安卓手机

有这个so么?
author: selen1237    time: 2019-3-26 09:01
besovideo post on2019-3-16 16:46
请联系相关销售人员,我们需要确定您是哪家客户。

请问怎么联系,有电话或者邮件吗?
author: selen1237    time: 2019-3-26 09:37
Arthur post on2019-3-19 15:41
有这个so么?

报错提示在这一行:
CoreSDK.InitCoreSDK(true);
而这个 CoreSDK的导包:是:import com.smarteye.coresdk.CoreSDK;

具体的报错信息:
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.xxxx.xxxx-WU7hCI43ESIuMRoJVFNeDA==/base.apk"],nativeLibraryDirectories=[/data/app/com.xxxxxxxx-WU7hCI43ESIuMRoJVFNeDA==/lib/arm64, /data/app/com.xxxx.xxxx-WU7hCI43ESIuMRoJVFNeDA==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /product/lib64]]] couldn't find "libgnustl_shared.so"
      
author: Arthur    time: 2019-3-26 10:10
selen1237 post on2019-3-26 09:37
报错提示在这一行:
CoreSDK.InitCoreSDK(true);
而这个 CoreSDK的导包:是:import com.smarteye.core ...

jniLibs下只保留armeabi目录。
build.gradle 中
defaultConfig {
        ndk {
            abiFilters 'armeabi'
        }
    }
author: selen1237    time: 2019-3-26 13:36
Arthur post on2019-3-26 10:10
jniLibs下只保留armeabi目录。
build.gradle 中
defaultConfig {

这段配置有的。我现在的问题是这个 android 项目经过几代维护,中间用SVN版本控制,导致最后到我手里的时候已经丢失了 .so 文件(svn会默认忽略 .so 文件),无从找起,只能在这里求助各位了
author: Arthur    time: 2019-3-26 14:34
selen1237 post on2019-3-26 13:36
这段配置有的。我现在的问题是这个 android 项目经过几代维护,中间用SVN版本控制,导致最后到我手里的时 ...

我这边没有权限给你发送文件。请你们联系我司相关人员。联系方式在公司官网上有。




欢迎光临 mobile CCTV,mobile surveillance,police body worn cameras (http://bbs.besovideo.com:8067/) Powered by Discuz! X3.2