CPP版的samples运行时报错

0 投票
最新提问 5月 25, 2018 用户: ak46zhm (140 分)
05-25 04:37:21.005 4420-4420/cn.easyar.samples.helloar D/ActivityThread: installProvider: context.getPackageName()=cn.easyar.samples.helloar
05-25 04:37:21.009 4420-4420/cn.easyar.samples.helloar I/InstantRun: starting instant run server: is main process
05-25 04:37:21.014 4420-4420/cn.easyar.samples.helloar D/ActivityThread: BIND_APPLICATION handled : 0 / AppBindData{appInfo=ApplicationInfo{670718c cn.easyar.samples.helloar}}
05-25 04:37:21.014 4420-4420/cn.easyar.samples.helloar V/ActivityThread: Handling launch of ActivityRecord{ec130d5 token=android.os.BinderProxy@9433fdb {cn.easyar.samples.helloar/cn.easyar.samples.helloar.MainActivity}} startsNotResumed=false
05-25 04:37:21.102 4420-4420/cn.easyar.samples.helloar V/ActivityThread: ActivityRecord{ec130d5 token=android.os.BinderProxy@9433fdb {cn.easyar.samples.helloar/cn.easyar.samples.helloar.MainActivity}}: app=android.app.Application@3710551, appName=cn.easyar.samples.helloar, pkg=cn.easyar.samples.helloar, comp={cn.easyar.samples.helloar/cn.easyar.samples.helloar.MainActivity}, dir=/data/app/cn.easyar.samples.helloar-1/base.apk
05-25 04:37:21.166 4420-4420/cn.easyar.samples.helloar E/MultiWindowProxy: getServiceInstance failed!
05-25 04:37:21.251 4420-4420/cn.easyar.samples.helloar D/AndroidRuntime: Shutting down VM
05-25 04:37:21.252 4420-4420/cn.easyar.samples.helloar E/AndroidRuntime: FATAL EXCEPTION: main
                                                                         Process: cn.easyar.samples.helloar, PID: 4420
                                                                         java.lang.UnsatisfiedLinkError: dlopen failed: library "/data/app/cn.easyar.samples.helloar-1/lib/arm/libEasyAR.so" not found
                                                                             at java.lang.Runtime.load(Runtime.java:332)
                                                                             at java.lang.System.load(System.java:1069)
                                                                             at cn.easyar.engine.EasyAR.loadLibraries(EasyAR.java:229)
                                                                             at cn.easyar.engine.EasyAR.initializeInner(EasyAR.java:157)
                                                                             at cn.easyar.engine.EasyAR.initialize(EasyAR.java:134)
                                                                             at cn.easyar.Engine.initialize(Engine.java:9)
                                                                             at cn.easyar.samples.helloar.MainActivity.onCreate(MainActivity.java:50)
                                                                             at android.app.Activity.performCreate(Activity.java:6309)
                                                                             at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1113)
                                                                             at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2519)
                                                                             at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2654)
                                                                             at android.app.ActivityThread.-wrap11(ActivityThread.java)
                                                                             at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1488)
                                                                             at android.os.Handler.dispatchMessage(Handler.java:111)
                                                                             at android.os.Looper.loop(Looper.java:207)
                                                                             at android.app.ActivityThread.main(ActivityThread.java:5728)
                                                                             at java.lang.reflect.Method.invoke(Native Method)
                                                                             at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:888)
                                                                             at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:749)
05-25 04:37:27.259 4420-4429/cn.easyar.samples.helloar I/System: FinalizerDaemon: finalize objects = 1310
05-25 04:42:21.668 4420-4420/cn.easyar.samples.helloar I/Process: Sending signal. PID: 4420 SIG: 9

我看了一下,apk里面是有这个so,在armeabi-v7a目录下

登录 或者 注册 后回答这个问题。

欢迎来到 EasyAR Q&A ,有什么不懂的可以尽管在这里提问,你将会收到社区其他成员的回答。
...