java.lang.UnsatisfiedLinkError: dlopen failed:unknown reloc type 160

In case you set up your environment with another version of NDK than the recommended one (r9d) and got an error on launching the app:

1 java.lang.UnsatisfiedLinkError: dlopen failed:
2         unknown reloc type 160

You can try modifying the~/Projects/MyGame/cocos2d/plugin/protocols/proj.android/jni/Application.mkfile with the following:

1 # from:
2 APP_STL := c++_static
3 # to:
4 APP_STL := gnustl_static  
时间: 2024-09-21 23:51:41

java.lang.UnsatisfiedLinkError: dlopen failed:unknown reloc type 160的相关文章

React java.lang.UnsatisfiedLinkError: dlopen failed: "/data/data/com.edaixi.activity/lib-main/libgnustl_shared.so" is 32-bit instead of 64-bit

E/AndroidRuntime: FATAL EXCEPTION: main Process: com.edaixi.activity, PID: 3659 at java.lang.Runtime.load0(Runtime.java:897) at java.lang.System.load(System.java:1505) at com.facebook.soloader.DirectorySoSource.loadLibraryFrom(Unknown Source) at com.

java.lang.UnsatisfiedLinkError

问题描述 java.lang.UnsatisfiedLinkError Exception in thread "main" java.lang.UnsatisfiedLinkError: javax.microedition.lcdui.Font.init(III)V at javax.microedition.lcdui.Font.init(Native Method) at javax.microedition.lcdui.Font.(Font.java:198) at java

android 64位系统 so文件出错 java.lang.UnsatisfiedLinkError: JNI_ERR returned from JNI_OnLoad in

问题描述 04-11 19:26:14.805: E/SMACK-Voe(14608): enter JNI_OnLoad04-11 19:26:14.805: E/SMACK-Voe(14608): TORNADO007 WEBRTC_EASEMOB not DEFINED04-11 19:26:14.805: E/art(14608): ----- class 'Lcom/hyphenate/media/AVNative;' cl=0x12c92cc0 -----04-11 19:26:14

求助java.lang.UnsatisfiedLinkError: Couldn't load hyphenate from loader dalvik.system.PathClassLoader

问题描述 java.lang.UnsatisfiedLinkError: Couldn't load hyphenate from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.example.chat-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.example.chat-1, /vendor/lib, /system/lib

java.lang.UnsatisfiedLinkError: Couldn't load hyphenate_av from loader dalvik.system.PathClassLoader

android studio引入第三方库时报如下异常. 06-15 16:50:24.477 9497-9497/easemobim.test.com.easemobim E/AndroidRuntime: FATAL EXCEPTION: main java.lang.UnsatisfiedLinkError: Couldn't load hyphenate_av from loader dalvik.system.PathClassLoader[dexPath=/data/app/easem

Caused by: java.lang.UnsatisfiedLinkError...问题的解决

Caused by: java.lang.UnsatisfiedLinkError: Couldn't load BaiduMapVOS_v2_1_3: findLibrary returned null 在使用百度地图的时候碰到了这问题 网上搜了下各种方法 都不顶用 我想死的心都有了..有没有碰到过这问 题的 求分享下经验啊. 后来看了百度地图sdk的demo以后,是因为有一个文件 liblocSDK.so,必须放在 libs/armeabi 目录下.将其对应的 liblocSDK.so拷到相

我的Android进阶之旅------>Android中MediaRecorder.stop()报错 java.lang.RuntimeException: stop failed.

今天在调用MediaRecorder.stop(),报错了,java.lang.RuntimeException: stop failed. E/AndroidRuntime(7698): Cause by: java.lang.RuntimeException: stop failed. E/AndroidRuntime(7698): at android.media.MediaRecorder.stop(Native Method) E/AndroidRuntime(7698): at co

java.lang.UnsatisfiedLinkError: Couldn't load hyphenate_av: findLibrary returned null

问题描述 用的是easeUI的library,参照ChatDemoUI3.0写的,运行直接报错:java.lang.UnsatisfiedLinkError: Couldn't load hyphenate_av: findLibrary returned null            at java.lang.Runtime.loadLibrary(Runtime.java:365)at java.lang.System.loadLibrary(System.java:535)at com.

java.lang.UnsatisfiedLinkError: ctest.test.decrypt([BLjava/lang/String;)([B

问题描述 错误:Exceptioninthread"main"java.lang.UnsatisfiedLinkError:ctest.test.decrypt([BLjava/lang/String;)[Batctest.test.decrypt(NativeMethod)atctest.test.main(test.java:34)我在做jni的demo的时候出现以上错误java代码:packagectest;importjava.io.File;/***<p>Titl