Hi,
I am testing NVIDIA CloudXR in my Oculus headset. I found I can not find ovr-sample.apk. I am following training video on bilibili. Please see below screenshot.
Apologies, the pre-built APK was removed last minute for licensing reasons ā the same basic reasons that the WaveVR sample APK is not there. I thought that was in the release notes?
It is reasonably easy to build yourself from the included android project. If you have any issues, let me know.
If you have the apk built and launching, then Iād want to see the client and server log files, and best to also run āadb logcat -d > launch_problems.logā right after it exits and include that too.
The logs GENERALLY have a pretty clear indication of the issue. If it crashes, thereās an explicit crash log and call stack in the logcat dump. If it is failing internally and exiting, it should be either in logcat or the client log why that happened ā usually it is failure to connect to server (either unspecified in launch options via file or cmdline or android studio, or specified and picked up but unreachable due to firewall or other issues).
So if you can pass along logs plus the logcat dump, Iām happy to take a look and see if I can point you at whatās going wrong.
It should be pretty easy to follow the documentation, download the pieces we donāt ship inside the sdk and place them in the right folders (and rename zips in many cases), and then either run Gradle or Android Studio to build. If you can give more detail than ācanāt build sample apk at allā, I can try to walk you through the doc steps that you are maybe missing.
Hello!
Thank you for answering. I made a post earlier today with my issue.
I have been following all the steps from the documentation carefully but have not been successful, yet. Iām not an experienced developer so it might be something silly, and I apologize if thatās the case. Thank you again.