Kristian David
Kristian David

Reputation: 41

ARCore – "This device does not support AR" on Android Emulator

I'm using a Pixel 4 as a virtual device running API 30. I've set the back camera to virtual scene and I've also installed Google Play Services for emulator.

Does anybody know how to solve this problem?

Upvotes: 3

Views: 1707

Answers (1)

Andy Jazz
Andy Jazz

Reputation: 58053

Try API 29

This problem often occurs when you're running API 30 (or even API 33). Try API 29.

And if you're running Android Emulator on macOS, there's one more issue:

macOS with ARCore SDK 1.16.0 or later: Due to a known issue, Android Emulator x86_64 system images are not supported on macOS with ARCore SDK 1.16.0 or later. As a workaround, use an x86 system image.

Upvotes: 2

Related Questions