Android_JNI

阅读error堆栈信息并分析:

首先这是一个运行时的严重错误, 出现在VisProxyWorker线程中

首要的错误原因是Java语法库(lang)中的链接错误(UnsatisfiedLinkError), 因为运行时Native方法是不存在的. 但是为什么编译时没有发现?!

1 AndroidRuntime: FATAL EXCEPTION: VisProxyWorker
2 Process: com.hik.visapp, PID: 19388
3 java.lang.UnsatisfiedLinkError: Native method not found: com.hik.visapp.net.VisProxy.nativePreReg: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
4     at com.hik.visapp.net.VisProxy.nativePreReg(Native Method)
5     at com.hik.visapp.net.VisProxy$WorkerHandler.handleMessage(VisProxy.java:84)
6     at android.os.Handler.dispatchMessage(Handler.java:102)
7     at android.os.Looper.loop(Looper.java:136)
8     at android.os.HandlerThread.run(HandlerThread.java:61)

Process: com.hik.visapp, PID: 25147

java.lang.UnsatisfiedLinkError: Couldn‘t load vis_jni from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.hik.visapp-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.hik.visapp-1, /system/lib]]]: findLibrary returned null

at java.lang.Runtime.loadLibrary(Runtime.java:358)

at java.lang.System.loadLibrary(System.java:526)

at com.hik.visapp.ui.DesktopActivity.<clinit>(DesktopActivity.java:68)
at java.lang.Class.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1208)
at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2112)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2245)
at android.app.ActivityThread.access$800(ActivityThread.java:135)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5030)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:794)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:610)
at dalvik.system.NativeStart.main(Native Method)

时间: 2024-12-28 21:41:40

Android_JNI的相关文章

程序员的福利:Android_JNI整套视频分享

1.Android_JNI_回顾昨天内容&概括今天内容http://www.itlanbao.com/vd/video.aspx?v=200078 2.Android_JNI_在C语言中实现字符串运算http://www.itlanbao.com/vd/video.aspx?v=200077 3.Android_JNI_在C代码实现数组运http://www.itlanbao.com/vd/video.aspx?v=200076 4.Android_JNI_使用C语言校验密码综合案例http:/

Linux内

body { font-family: @楷体; font-size: 11.5pt; line-height: 1.5; } html, body { color: black; background-color: #E0D1DE; } h1 { font-size:1.5em; font-weight:bold; } h2 { font-size:1.4em; font-weight:bold; } h3 { font-size:1.3em; font-weight:bold; } h4 {

Android 上千实例源码分析以及开源分析

Android 上千实例源码分析以及开源分析(百度云分享) 要下载的直接翻到最后吧,项目实例有点多. 首先 介绍几本书籍(下载包中)吧. 01_Android系统概述 02_Android系统的开发综述 03_Android的Linux内核与驱动程序 04_Android的底层库和程序 05_Android的JAVA虚拟机和JAVA环境 06_Android的GUI系统 07_Android的Audio系统 08_Android的Video 输入输出系统 09_Android的多媒体系统 10_