arcore-android-sdk icon indicating copy to clipboard operation
arcore-android-sdk copied to clipboard

AR Core cannot be installed

Open activeguild opened this issue 4 months ago • 0 comments

SPECIFIC ISSUE ENCOUNTERED

The Samsung Galaxy A25 5G is listed as an AR Core-supported device, but Google Play Services for AR cannot be installed on it. Are there any restrictions, such as being unable to install on certain carriers? If so, how can I find out?

VERSIONS USED

  • Device: Samsung Galaxy A25 5G(model: SCG33)
  • Android Studio: -
  • ARCore SDK for Android: -
  • Device manufacturer, model, and O/S: -
  • Google Play Services for AR (ARCore): not installed 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

  1. Get the device
  2. Update the Android
  3. Try to download ARCore

WORKAROUNDS (IF ANY)

ADDITIONAL COMMENTS

activeguild avatar Oct 24 '25 02:10 activeguild