I'm trying to run ar core sample on avd, but face this message: "The application requires the latest version of ARCore". I'm trying to run on Google Pixel2 emulator with API 27, everything is up to date. The android docs say it is possible, but what am I doing wrong?
You need to install the ARCore x86 for emulator apk from the ARCore GitHub repository.
You can then drag the downloaded apk onto the running emulator, or you can run:
adb install -r ARCore_1_2_x86_for_emulator.apk
https://developers.google.com/ar/develop/java/emulator#update_arcore