JNI异常: java.lang.UnsatisfiedLinkError: dlopen failed: ***.so: has text relocations

自己写案例的时候用了一个别人的.so文件出现了如下问题:

? E/AndroidRuntime: FATAL EXCEPTION: main
                                                   Process: com.example.meitu, PID: 16183
                                                   java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/com.example.meitu-1/lib/arm/libmtimage-jni.so: has text relocations
                                                       at java.lang.Runtime.loadLibrary(Runtime.java:372)
                                                       at java.lang.System.loadLibrary(System.java:1076)
                                                       at mt.mtxx.image.JNI.<init>(JNI.java:12)
                                                       at com.example.meitu.MainActivity.onCreate(MainActivity.java:21)
                                                       at android.app.Activity.performCreate(Activity.java:6307)
                                                       at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1113)
                                                       at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2603)
                                                       at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2720)
                                                       at android.app.ActivityThread.-wrap12(ActivityThread.java)
                                                       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1567)
                                                       at android.os.Handler.dispatchMessage(Handler.java:111)
                                                       at android.os.Looper.loop(Looper.java:207)
                                                       at android.app.ActivityThread.main(ActivityThread.java:5917)
                                                       at java.lang.reflect.Method.invoke(Native Method)
                                                       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
                                                       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:679)

出现:has text relocations的异常的时候一般都是编译的版本对不上导致的,我刚开始的时候用的是android 7.0,改成了6.0还是一样的错,再改成5.2就好了,不能高于.so文件的编译的版本

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值