使用产品:supermap-imobile-10.0.1-189-android-zip-chs 操作系统:win10 x64
错误如下:
E/LogInfoService: Get VideoList Request Failed....
E/es.java.helloa: No implementation found for long com.google.ar.core.Session.nativeCreateSession(android.content.Context) (tried Java_com_google_ar_core_Session_nativeCreateSession and Java_com_google_ar_core_Session_nativeCreateSession__Landroid_content_Context_2)
D/AndroidRuntime: Shutting down VM
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.google.ar.core.examples.java.helloar, PID: 31676
java.lang.UnsatisfiedLinkError: No implementation found for long com.google.ar.core.Session.nativeCreateSession(android.content.Context) (tried Java_com_google_ar_core_Session_nativeCreateSession and Java_com_google_ar_core_Session_nativeCreateSession__Landroid_content_Context_2)
at com.google.ar.core.Session.nativeCreateSession(Native Method)
at com.google.ar.core.Session.<init>(Unknown Source:21)
at com.supermap.realspace.SceneControl.initSession(SceneControl.java:834)
at com.supermap.realspace.ARControl.<init>(ARControl.java:42)
at com.google.ar.core.supermap.java.ar.ARActivity.onCreate(ARActivity.java:100)
这个错误出在:arControl=new ARControl(this,sceneControl);上。
手机环境应该没有问题,红米note7pro,已安装谷歌全家桶+GoogleARCore,并且可以运行如ARuler一类的需要GoogleAR Core的应用。
曾试着提升一下implementation的Google ar core的版本到1.16.0,出现了新错误:
UpdatedBugFixes on CameraConfigManagerUpdated is unimplemented!