GearVRf v3.0.1
This binary release works with the Oculus Mobile SDK 1.0.3.
Android Studio Instructions:
Use gvrf-3.0.1.aar and import as a new module in Android Studio; add dependency to it in your application module
From the Oculus Mobile SDK:
- Under your application's directory create jniLibs and copy libvrapi.so there.
- Copy SystemUtils.jar and VrApi.jar somewhere under your application's directory; go to Android Studio, select both files, right click and choose "Add as Library" to include them in the apk.
Eclipse Instructions
Use gvrf-3.0.1-for-eclipse.zip. Extract somewhere and import the Android Library project under the GearVRf folder. Add the GearVRf library to your project (Project Properties->Android->Library->Add).
From the Oculus Mobile SDK:
- Copy SystemUtils.jar and VrApi.jar to your application project's lib folder
- Copy libvrapi.so to your application project's lib/armeabi-v7a folder