Skip to content
Amanda Watson edited this page Jan 20, 2024 · 9 revisions

Using Android Studio

  1. git clone --recursive git@github.com:amwatson/CitraVR.git
  2. Download and install Android Studio
  3. In Android Studio, select "Open"
  4. Navigate to [CitraVR project root]/src/android and click "Ok"
  5. In "Build > Select Build Variant", select release or relWithDebInfo as the "Active build variant".
  6. Click Build > Make Project to build the project. Click Run > Run 'app' (or the green 'play' button in the top-right corner of the screen) to build and automatically run on your connected Quest (see "Running on Quest")

Note: If Android Studio complains that it cannot find local.properties, create a file, [CitraVR project root]/src/android/local.properties with the following:

sdk.dir=[path to Android SDK]

The path to the Android SDK can be found at File->Project Structure->SDK Location.

Clone this wiki locally