mobile CCTV,mobile surveillance,police body worn cameras

 forgetPW
 registerNow
search
12NextPage
backToList newPost
view: 3457|reply: 11
打印 prevThread nextThread

Android 开发,运行时报错,缺少 xxx.so 文件,请问你们有没有完整的安卓SDK文件

[copyURL]

3

主题

8

帖子

33

积分

newBie

Rank: 1

积分
33
jumpTo
owner
poston 2019-3-16 16:40 | authorOnly 回帖奖励 |viewing |阅读模式
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"
reply

使用道具 report

1

主题

320

帖子

1147

积分

vipMem

Rank: 6Rank: 6

积分
1147
12#
poston 2019-3-26 14:34 | authorOnly
selen1237 post on2019-3-26 13:36
这段配置有的。我现在的问题是这个 android 项目经过几代维护,中间用SVN版本控制,导致最后到我手里的时 ...

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

使用道具 report

3

主题

8

帖子

33

积分

newBie

Rank: 1

积分
33
11#
 Owner| poston 2019-3-26 13:36 | authorOnly
Arthur post on2019-3-26 10:10
jniLibs下只保留armeabi目录。
build.gradle 中
defaultConfig {

这段配置有的。我现在的问题是这个 android 项目经过几代维护,中间用SVN版本控制,导致最后到我手里的时候已经丢失了 .so 文件(svn会默认忽略 .so 文件),无从找起,只能在这里求助各位了
reply agree Against

使用道具 report

1

主题

320

帖子

1147

积分

vipMem

Rank: 6Rank: 6

积分
1147
10#
poston 2019-3-26 10:10 | authorOnly
selen1237 post on2019-3-26 09:37
报错提示在这一行:
CoreSDK.InitCoreSDK(true);
而这个 CoreSDK的导包:是:import com.smarteye.core ...

jniLibs下只保留armeabi目录。
build.gradle 中
defaultConfig {
        ndk {
            abiFilters 'armeabi'
        }
    }
reply agree Against

使用道具 report

3

主题

8

帖子

33

积分

newBie

Rank: 1

积分
33
9#
 Owner| poston 2019-3-26 09:37 | authorOnly

报错提示在这一行:
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"
      
reply agree Against

使用道具 report

3

主题

8

帖子

33

积分

newBie

Rank: 1

积分
33
8#
 Owner| poston 2019-3-26 09:01 | authorOnly
besovideo post on2019-3-16 16:46
请联系相关销售人员,我们需要确定您是哪家客户。

请问怎么联系,有电话或者邮件吗?
reply agree Against

使用道具 report

1

主题

320

帖子

1147

积分

vipMem

Rank: 6Rank: 6

积分
1147
7#
poston 2019-3-19 15:41 | authorOnly
selen1237 post on2019-3-19 13:56
就是普通的安卓手机

有这个so么?
reply agree Against

使用道具 report

3

主题

8

帖子

33

积分

newBie

Rank: 1

积分
33
6#
 Owner| poston 2019-3-19 13:56 | authorOnly
Arthur post on2019-3-18 18:10
什么设备?  jniLibs中有没有libgnustl_shared.so这个文件?

就是普通的安卓手机
reply agree Against

使用道具 report

1

主题

320

帖子

1147

积分

vipMem

Rank: 6Rank: 6

积分
1147
5#
poston 2019-3-18 18:10 | authorOnly
什么设备?  jniLibs中有没有libgnustl_shared.so这个文件?
reply agree Against

使用道具 report

3

主题

8

帖子

33

积分

newBie

Rank: 1

积分
33
ground
 Owner| poston 2019-3-16 16:56 | authorOnly

对就是MCU      
reply agree Against

使用道具 report

QQ|wireless surveillance

GMT+8, 2024-12-25 09:23 , Processed in 0.060543 second(s), 20 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

QuickReply backToTop BackToList