This guide shows you how to set up Google VR development with the Android NDK and build the HelloVRBeta sample app. This app is designed to help you learn about working with the see-through mode technology as well as the experimental 6DoF controllers and faceplate.
- Download and install the latest version of
gvr-android-sdk\*.zipfrom the releases page. Follow these steps to build and run the HelloVRBeta sample app. The requirements and steps to build the sample app using the NDK are nearly the same as building the HelloVR sample app for the SDK, with the following key changes:
- Download the latest version of the Android NDK.
Extract the NDK
.sofiles by running:./gradlew :extractNdkIn
settings.gradle, uncomment the following line:include ':samples:ndk-hellovrbeta'To build and run the sample app in Android Studio, select samples-ndk-hellovrbeta as your target.