Does the game's sound audible on the RealityMixer app?I have the same
experience with latest BeatSaber version, RealityMixer showed black
screen in mixed reality mode, no audio either. But in BeatSaber version
1.28.0, the mixed reality mode works jus...
I'm not a VR app dev, but based on the logcat error, looks like the
runtime is unable to find "mrc.xml" file in your app's data folder.After
the calibration process is done, copy the "mrc.xml" file from the
calibration app under "/Android/data" to yo...
Based on
https://developer.android.com/guide/topics/manifest/uses-native-library-element,
the "uses-native-library" block should be inside of "application"
container.