arcore-unity-extensions icon indicating copy to clipboard operation
arcore-unity-extensions copied to clipboard

Not work on Android 11

Open plavist opened this issue 4 years ago • 2 comments

I create test project which have Ar session and Ar session origin.When i try to run this project on Android 11, few seconds black screen and then app crash, but on Android 10 all work.(I have enabled support arm64 and create custom gradle properties)

plavist avatar Jul 20 '21 13:07 plavist

Hi, If there's a crash log, please attach it so we can take a look. ARF does work with Android 11, see build instructions on DevSite.

devbridie avatar Jul 23 '21 10:07 devbridie

I'm reinstall ar core services and now only black screen.

This error from logcat: E0724 09:40:18.959851 13832 error_policy_util.cc:264] ################ ARCore Native Error ################## BUILD_CHANGELIST:380643917 BUILD_BASELINE_CHANGELIST:375841813 ################### Stack Trace Begin ################ ARCoreError: third_party/arcore/ar/infrastructure/cameras_async.cc:161 https://cs.corp.google.com/piper///depot/google3/third_party/arcore/ar/infrastructure/cameras_async.cc?g=0&l=161 ARCoreError: third_party/arcore/ar/infrastructure/android_data_source.cc:635 https://cs.corp.google.com/piper///depot/google3/third_party/arcore/ar/infrastructure/android_data_source.cc?g=0&l=635 ARCoreError: third_party/arcore/ar/core/session.cc:1735 https://cs.corp.google.com/piper///depot/google3/third_party/arcore/ar/core/session.cc?g=0&l=1735 ARCoreError: third_party/arcore/ar/core/c_api/session_lite_c_api.cc:76 https://cs.corp.google.com/piper///depot/google3/third_party/arcore/ar/core/c_api/session_lite_c_api.cc?g=0&l=76 ################### Stack Trace End #################

plavist avatar Jul 24 '21 06:07 plavist