如何修复“ RAW_DEPTH_JAVA”显示“此设备不支持ARCORE RAW DEPTH API”后立即崩溃。

发布于 2025-02-04 03:19:03 字数 477 浏览 2 评论 0原文

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

  1. 仿真器我正在使用: android 10.0 Google Play | x86
  2. 我想发生的事情:我想打开演示应用程序并查看Arcore。
  3. 正在发生的事情:模拟器发送消息:“此设备不支持Arcore Raw Depth API”。该应用程序立即关闭。
  4. 其他相关信息:我已经安装了“ AR的Google Play服务”。

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

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

Hey everyone!
I am trying to set up the ARCore demo application "raw_depth_java" in Android Studio using an emulator, but it closes immediately every time I open it. For reference:

  1. The emulator I am using: Android 10.0 Google Play | x86
  2. What I want to happen: I want to open the demo application and see ARCore.
  3. What is happening: The emulator sends the message, "This device does not support the ARCore Raw Depth API." The app immediately closes after.
  4. Other relevant information: I have installed "Google Play Services for AR."

Question (TLDR): How can I run the "raw_depth_java" application in an emulator?

Thank you for your help, have a wonderful day :D

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦里梦着梦中梦 2025-02-11 03:19:03

模拟器无法运行Arcore深度API。

来自: https://developers.google.com/ar/ar/develovely/ java/depth/Quickstart#运行

注意:在Android模拟器中运行时,深度API是不支持。使用物理支持的设备测试深度API。

The emulator can't run the ARCore Depth API.

From: 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文