Skip to content

Build Tips

Mihail edited this page Mar 17, 2017 · 5 revisions

Build artifacts

The framework build produces two .aars. Apps need both. The aars are:

./GearVRf/GVRf/Framework/framework/build/outputs/aar/framework-debug.aar
./GearVRf/GVRf/Framework/backend_oculus/build/outputs/aar/backend_oculus-debug.aar

gradle.properties

These can be specified either in the project or the global gradle.properties. Unless explicitly mentioned it is recommended to modify the global one.

OVR_MOBILE_SDK

Full path to the Oculus Mobile SDK installation directory.

ANDROID_NDK_HOME

Full path to the Android NDK installation directory.

Clone this wiki locally