Reputation: 61
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:
Question (TLDR): How can I run the "raw_depth_java" application in an emulator?
Thank you for your help, have a wonderful day :D
Upvotes: 0
Views: 80
Reputation: 12121
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.
Upvotes: 1