HiIs there any property in the Mobile SDK 1.0.3 that allows to tell if
the Developer Mode is enabled? I'm thinking like a sort of int, bool
flag that i can use to trigger certain behavior(e.g. show certain
options, display a fps counter...)Thanks in ...
HiI'm noticing the following behavior when performing "Clean project" on
Oculus Mobile SDK 1.0.3 + android studio 2.1.2:-The compiled files
(.jar, .so) part of VrAppSupport are deleted as part of the "Clean" task
-this seems like normal behavior -The...
HiI'm noticing the following behavior when performing "Clean project" on
Oculus Mobile SDK 1.0.3 + android studio 2.1.2:-The compiled files
(.jar, .so) part of VrAppSupport are deleted as part of the "Clean" task
-this seems like normal behavior -The...
Which SDK version are you trying to build? If it's 1.0.3, then you're
running into the exact same issue i mention here:
https://forums.oculus.com/developer/discussion/39231/anyone-else-having-problems-with-clean-project-on-android-studio-and-sdk-1-0-...
HiI was having the same issue, solved it by uninstalling build tools v24
and reverting to v23.0.3.Apparently, Android SDK build tools v24 have
some sort of issue with the texture packaging and crashes (this is why
neither stderr not stdout show anyth...