I'm building for GearVR using Unity 5.3.4f1 on Mac OSX. The APK builds
fine, but when I attempt to upload the APK on my developer dashboard, I
get an "APK Validation Failed" and the error is "Oculus SDK version is
not 1.0 or newer."But I'm using Unit...
OMG This just saved me! Using the documented AndroidManifest.xml changes
(including setting the .INFO intent filter and vr_only metadata) my app
was just crashing instantly when I tried to launch from Oculus
Home.Changing my activity's android:name a...
So I discovered the issue - my workflow was exporting the Android
project from Unity and then using ant to build the APK as a separate
step. I was mainly doing this to ensure my AndroidManifest.xml was being
output correctly (it is :smile:) Well, it ...