在此專頁上
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 guide introduces the Android Studio IDE and reviews some basic features.
Before using this guide, follow the instructions in Device Setup - Oculus Quest and Android Development Software Setup. The native samples referenced in this topic can be found at \ovr_sdk_mobile\VrSamples in the Mobile SDK.

build.gradle project file from the SDK VrSamples folders, such as VrSamples/VrCubeworld_NativeActivity/Projects/Android/build.gradle. 

Here are some possible solutions if Android Studio reports a Gradle sync or configuration error:
local.properties file from your project folder up to the root of your SDK folder.
Android Studio displays project files in the Android view by default. We recommend changing it to the Project view, which provides a good overview of the entire directory structure and highlights imported project directories in bold.

You can build and run your application on your device directly from Android Studio. This will compile your project, build the APK, copy it to the phone over USB or Wi-Fi, and prepare it for launching.
Make sure you have followed the configuration steps in Device Setup - Oculus Quest and Android Development Software Setup to ensure your device and development environment are configured appropriately.
Select the target configuration you wish to build before building by selecting Edit Configurations in the project menu in the Android Studio toolbar.

To build and run your app:
Click Run in the toolbar.

Select a device listed under Connected Device instead.

Troubleshooting: If USB debugging does not seem to be working:
Troubleshooting: If stepping into certain functions results in an illegal instruction exception (SIGILL) / crash while debugging:
process handle --pass true --stop false --notify true SIGILLIf you edit a gradle file or install an update to the SDK which includes updated Gradle projects, click Sync Project with Gradle Files to update your Android Studio project files.
