如何修复 "raw_depth_java" 在显示 "This device does not support the ARCore Raw Depth API." 后立即崩溃?

How to fix the "raw_depth_java" immediate crash after showing "This device does not support the ARCore Raw Depth API."?

大家好! 我正在尝试使用模拟器在 Android Studio 中设置 ARCore 演示应用程序“raw_depth_java”,但每次打开它时它都会立即关闭。供参考:

  1. 我使用的模拟器: Android 10.0 Google 播放 | x86
  2. 我想要发生的事情:我想打开演示应用程序并查看 ARCore。
  3. 发生了什么: 模拟器发送消息“此设备不支持 ARCore 原始深度 API。”之后应用程序立即关闭。
  4. 其他相关信息:我已经安装了“Google Play Services for AR”。

问题 (TLDR):如何在模拟器中 运行“raw_depth_java”应用程序?

谢谢你的帮助,祝你有美好的一天:D

模拟器无法运行 ARCore Depth API。

发件人:https://developers.google.com/ar/develop/java/depth/quickstart#run

Note: The Depth API is not supported when running in the Android Emulator. Use a physical supported device to test the Depth API.