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. Since the projects are independent gradle's parallel module builds are enabled; speeds up the process nicely.

./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