google-ar / arcore-android-sdk

ARCore SDK for Android Studio
https://developers.google.com/ar
Other
4.97k stars 1.22k forks source link

ARCore native error: session_lite_c_api.cc:47 #1031

Closed Genoil closed 4 years ago

Genoil commented 4 years ago

SPECIFIC ISSUE ENCOUNTERED

HelloAR sample app for Unity crashes: 04-21 20:06:37.833 14139 14156 E native : ################ ARCore Native Error ################## 04-21 20:06:37.833 14139 14156 E native : ARCoreError: third_party/arcore/ar/core/c_api/session_lite_c_api.cc:47 https://cs.corp.google.com/piper///depot/google3/third_party/arcore/ar/core/c_api/session_lite_c_api.cc?g=0&l=47

VERSIONS USED

STEPS TO REPRODUCE THE ISSUE

  1. Follow quickstart on https://developers.google.com/ar/develop/unity/quickstart-android

WORKAROUNDS (IF ANY)

ADDITIONAL COMMENTS

Admittedly I haven't installed an IMU yet. Could that be the cause? Or does this simply mean this devkit is not in the list of supported devices?

sandyfriend commented 4 years ago

Your device is not ARCore support.

Android/sdm845/sdm845:9/Open-Q_845_P_v1.2-PKQ1.190127.001/42:userdebug/test-keys

it is not a normal device fingerprint.

Genoil commented 4 years ago

Yes I know. It is a new device prototype. What can I do to make it pass device support validation?

Genoil commented 4 years ago

Installed an IMU. It doesn't crash anymore. Impossible to get tracking working without a calibrated device I guess.