I wanted to test the 1.0 release of ARCore but sadly it just displays "This device does not support AR". The previous beta preview worked fine. I installed ARCore from Google Play (it did show as compatible there). My device is on the supported devices list.
Here is more exact specification of device params:
And here is a logcat output from trying to run the Java HelloAR sample:
02-24 17:54:26.127 5122 5884 I ActivityManager: START u0 {act=android.intent.action.MAIN typ=null flg=0x10200000 cmp=ComponentInfo{com.google.ar.core.examples.java.helloar/com.google.ar.core.examples.java.helloar.HelloArActivity}} from uid 10081
02-24 17:54:26.215 5531 5531 I native : session_create.cc:71 ArSession_create with info: Entering
02-24 17:54:26.223 5531 5531 I native : version_check.cc:23 ARCore APK version:1.0.180129103, SDK version: 1.0.0
02-24 17:54:26.223 5531 5531 I native : session_create.cc:37 LoadDynamite with info: Dynamite load ok.
02-24 17:54:26.223 5531 5531 I native : session_create_implementation.cc:467 Entering ArSession_createImplementation. ARCore SDK version: [1.0.0].
02-24 17:54:26.228 4225 4237 W native : helpers.cc:913 Defaulting to persistent calibration file.
02-24 17:54:26.228 4225 4237 W native : helpers.cc:890 Property calibration_cad is not defined.
02-24 17:54:26.231 4225 4237 E native : device_profile_database_helpers.cc:134 Device profile for samsung/dream2ltexx/dream2lte:8.0.0/OPR6/G955FXXU1ZQL8:user/release-keys does not exist in /data/user/0/com.google.ar.core/files/device_profile_database
02-24 17:54:26.231 4225 4237 E native : calibration_jni.cc:74 No device profile available for build fingerprint samsung/dream2ltexx/dream2lte:8.0.0/OPR6/G955FXXU1ZQL8:user/release-keys
02-24 17:54:26.235 5531 5531 E native : session_create_implementation.cc:190 Device is not supported.
02-24 17:54:26.235 5531 5531 E native : session_create_implementation.cc:486 Failed to create calibration provider
02-24 17:54:26.235 5531 5531 W native : session_create_implementation.cc:487 ArSession_createImplementation returning ArStatusErrorSpace::AR_UNAVAILABLE_DEVICE_NOT_COMPATIBLE: .
02-24 17:54:26.247 5531 5531 E HelloArActivity: Exception creating session
02-24 17:54:26.247 5531 5531 E HelloArActivity: com.google.ar.core.exceptions.UnavailableDeviceNotCompatibleException
02-24 17:54:26.247 5531 5531 E HelloArActivity: at com.google.ar.core.Session.throwExceptionFromArStatus(Session.java:361)
02-24 17:54:26.247 5531 5531 E HelloArActivity: at com.google.ar.core.Session.nativeCreateSession(Native Method)
02-24 17:54:26.247 5531 5531 E HelloArActivity: at com.google.ar.core.Session.<init>(Session.java:100)
02-24 17:54:26.247 5531 5531 E HelloArActivity: at com.google.ar.core.examples.java.helloar.HelloArActivity.onResume(HelloArActivity.java:155)
02-24 17:54:26.247 5531 5531 E HelloArActivity: at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1361)
02-24 17:54:26.247 5531 5531 E HelloArActivity: at android.app.Activity.performResume(Activity.java:7360)
02-24 17:54:26.247 5531 5531 E HelloArActivity: at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3762)
02-24 17:54:26.247 5531 5531 E HelloArActivity: at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3827)
02-24 17:54:26.247 5531 5531 E HelloArActivity: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3036)
02-24 17:54:26.247 5531 5531 E HelloArActivity: at android.app.ActivityThread.-wrap11(Unknown Source:0)
02-24 17:54:26.247 5531 5531 E HelloArActivity: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1696)
02-24 17:54:26.247 5531 5531 E HelloArActivity: at android.os.Handler.dispatchMessage(Handler.java:105)
02-24 17:54:26.247 5531 5531 E HelloArActivity: at android.os.Looper.loop(Looper.java:164)
02-24 17:54:26.247 5531 5531 E HelloArActivity: at android.app.ActivityThread.main(ActivityThread.java:6972)
02-24 17:54:26.247 5531 5531 E HelloArActivity: at java.lang.reflect.Method.invoke(Native Method)
02-24 17:54:26.247 5531 5531 E HelloArActivity: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
02-24 17:54:26.247 5531 5531 E HelloArActivity: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
Hi!
I wanted to test the 1.0 release of ARCore but sadly it just displays "This device does not support AR". The previous beta preview worked fine. I installed ARCore from Google Play (it did show as compatible there). My device is on the supported devices list.
Here is more exact specification of device params:
And here is a logcat output from trying to run the Java HelloAR sample: