Skip to content
Mihail edited this page Jan 31, 2017 · 7 revisions

Build tips

Building all samples

There is a gradle project at the repo's root.

  • ./gradlew assembleDebug would build all the samples we have
  • ./gradlew installDebug would install all the samples to the connected phone
  • ./gradlew uninstallDebug tries to uninstall the samples

Copying Oculus signature files

Define OCULUS_SIGS_DIRECTORY in your global gradle.properties and specify a path where you have stored your Oculus signature files (oculussig_*). All the signature files in the specified directory will be automatically copied to the sample's assets subdirectory and included in the apk.

Clone this wiki locally