运行 avd 上的 ar 核心样本

run ar core sample on avd

我正在尝试 运行 ar avd 上的核心示例,但遇到此消息:"The application requires the latest version of ARCore"。我正在尝试 运行 在 Google Pixel2 模拟器上 API 27,一切都是最新的。 android 文档说这是可能的,但我做错了什么?

您需要安装ARCore x86 for emulator apk from the ARCore GitHub repository

然后您可以将下载的 apk 拖到 运行ning 模拟器上,或者您可以 运行:

adb install -r ARCore_1_2_x86_for_emulator.apk

https://developers.google.com/ar/develop/java/emulator#update_arcore

尝试将 google PIXEL 与 API 28(或更高)一起使用并安装 ARCore x86 apk for emulators or download it form here。 使用此 link 获取更多帮助。