Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.71 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.71 KB

This folder includes the source code of the Oculus Quest APK delivered in the repository. Use it if you intend to customize the app. Before following this instruction, please read the README.md in the repository root folder.

In order to compile the code you need to download the Oculus Quest SDK version 1.37.0 (link) and place this repository in the root folder of the unpacked SDK. Please keep the repository name as 'oculus_reader' to conform to the predefined project configuration.

Development

Preparation

Open the Android project for development

  • Select Open an Exisiting Project, find the repository path, and open: app_source/Projects/Android/build.gradle
  • The source code resides in the 'app_source/Src' folder.

Run the code

Follow the instruction in oculus_reader/README.md to install the required packages, configure path to new the APK (as described in the same README file), and then finish up with the README.md in the root folder to run the code.