Android Debugging

Important

All Oculus Quest developers MUST PASS the concept review prior to gaining publishing access to the Quest Store and additional resources. Submit a concept document for review as early in your Quest application development cycle as possible. For additional information and context, please see Submitting Your App to the Oculus Quest Store.


We're no longer accepting submission of 32-bit Oculus Quest apps. Any new or updated Oculus Quest application needs to be 64-bit. Please contact Oculus if you are unable to comply with this policy. Oculus Go and Gear VR apps will not be affected by this change.

This section describes utilities, tips, and best practices for improving the debugging of any application on Android platforms. Most of these tips apply to both native and Unity applications.

  • Adb
    This guide describes how to perform common tasks using adb.
  • Logcat
    The Android SDK provides the logcat logging utility, which is essential for determining what an application and the Android OS are doing.