Tuesday, August 16, 2016

GearVRf Could not find :framework-debug

Use 1.0.3 ovr mobile sdk
https://developer.oculus.com/downloads/mobile/1.0.3/Oculus_Mobile_SDK/


copy
C:\Android\ovr_sdk_mobile_1.0.3\VrApi\Libs\Android\armeabi-v7a\libvrapi.so
to
C:\cygwin64\home\Administrator\works\GearVRf-Demos\gvr-360video\app\src\main\jniLibs\armeabi-v7a\libvrapi.so


Two options:
  • you can build the framework yourself; clone the GearVRf and the GearVRf-Demos repos in the same directory and then the GearVRf build automatically will copy the aar to GearVRf-Demos/gearvrf-libs/
cd C:\cygwin64\home\Administrator\works\GearVRf\GVRf\Framework
./gradlew assembleDebug
./gradlew assemble
  • download the gvrf-3.0.1.aar from https://github.com/Samsung/GearVRf/releases/tag/v3.0.1; copy it to GearVRf-Demos/gearvrf-libs and rename it to framework-debug.aar; please note the release instructions about the Oculus binaries which have to be manually copied, for now.
  • GearVRf v3.0.1

  • From the Oculus Mobile SDK:
  • Under your application's directory create jniLibs and copy libvrapi.so there
  • C:\cygwin64\home\Administrator\works\GearVRf-Demos\gvr-360video\app\src\main\jniLibs\armeabi-v7a\libvrapi.so


/data/app/org.gearvrf.sample-1/lib/arm/libvrapi.so (vrapi_Initialize+1644)


No comments:

Post a Comment