elwesties
Honored Guest
since ‎09-23-2014
‎02-23-2021

User Statistics

  • 14 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Beware. I just updated to the latest NDK 2.0 via Android studio and it broke my builds. The fix is to change the NDK_TOOLCHAIN_VERSION to 4.9 . There are also lots of other changes that include ndk-gdb being removed. Changelog is here: https://androi...
Hi All,I am just wondering if anyone has managed to compile the SDK themselves. I have some debugging code that I would like to include in VRAppFramework and before I try to go ahead and try to build it just wondering if anyone has managed to compile...
I have searched high and low and cannot find any documentation on the Mobile SDK. Other than the largely uncommented source is there any other documentation available for the NDK C++ SDK?
Hi allI am currently starting development on a new Native Gear VR app. I have been trying to create a new Android studio project that is not tied to the SDK sample path. Eg running the make_new_project script creates a subdirectory in the VrSamples f...