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...
Also on Rev11 note that ndk-gdb is 100% broken. The bug found here
https://github.com/android-ndk/ndk/issues/3 addresses the issue and the
patch at the bottom makes it work again.
I am not the most experienced with the SDK around here but there is no
great way to do that as far as I know. You will need to create your own
vr views.
As far as I know there are no makefiles to actually build the source
that is included with the mobile SDK or am I mistaken? The ovrbuild.py
script just uses the prebuild aar packages. So I was planning to just
write my own makefiles to do that.
Haha yes thanks for the response. I suppose I left myself open to that.
I have obviously explored the documentation supplied in the mobile
section of the main page. I am more referring to the Actual mobile SDK
content eg: All the code in VrAppFramewo...