You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when use the arcore on the vivo Y76s device, get the error log below:
third_part..._create.cc I Entering ArSession_createWithFeaturesAndTrace
third_part..._create.cc I ARCore Version: SDK build name: 1.46
third_part..._create.cc I ARCore Version: APK version code: 242600293
third_part..._create.cc I Dynamite load ok.
third_part..._create.cc I ARCore SDK: dynamite number_of_symbols_loaded=317
native I I0000 00:00:1730878506.040885 12532 session_create_implementation.cc:256] Entering createImplementationWithFeaturesAndSettings. ARCore SDK version: [1.46.242040000].
native I I0000 00:00:1730878506.049366 12532 session_create_implementation.cc:217] AugmentedRegion downsample mode from Phenotype: true
third_part..._helper.cc V JniHelper: attached thread (Called from line 368).
native E E0000 00:00:1730878506.060626 12532 session_create_implementation_shared.cc:2595] Unable to obtain device profile from the content provider: NOT_FOUND:
ARCoreError: third_party/arcore/ar/core/android/implementation/session_calibration_helpers.cc:204
ARCoreError: third_party/arcore/ar/core/android/implementation/session_calibration_helpers.cc:160
Device is not supported.
com.google.ar.core.exceptions.UnavailableDeviceNotCompatibleException
at java.lang.reflect.Constructor.newInstance0(Native Method)
at java.lang.reflect.Constructor.newInstance(Constructor.java:343)
at com.google.ar.core.Session.throwExceptionFromArStatus(Session.java:16)
at com.google.ar.core.Session.nativeCreateSessionAndWrapperWithFeatures(Native Method)
at com.google.ar.core.Session.<init>(Session.java:11)
at com.google.ar.core.Session.<init>(Session.java:4)
VERSIONS USED
Android Studio: 2024.1.2
ARCore SDK for Android: 1.46.0
Device manufacturer, model, and O/S: vivo/PD2156/PD2156:11/RP1A.200720.012/compiler0607171443:user/release-keys
Google Play Services for AR (ARCore): 1.46.242600293
On Windows, use: adb shell pm dump com.google.ar.core | findstr /i "packages: versionName"
On macOS, use: adb shell pm dump com.google.ar.core | egrep -i versionName\|packages:
Output of adb shell getprop ro.build.fingerprint:
STEPS TO REPRODUCE THE ISSUE
WORKAROUNDS (IF ANY)
ADDITIONAL COMMENTS
The text was updated successfully, but these errors were encountered:
SPECIFIC ISSUE ENCOUNTERED
when use the arcore on the vivo Y76s device, get the error log below:
VERSIONS USED
On Windows, use:
adb shell pm dump com.google.ar.core | findstr /i "packages: versionName"
On macOS, use:
adb shell pm dump com.google.ar.core | egrep -i versionName\|packages:
adb shell getprop ro.build.fingerprint
:STEPS TO REPRODUCE THE ISSUE
WORKAROUNDS (IF ANY)
ADDITIONAL COMMENTS
The text was updated successfully, but these errors were encountered: