1) Put Oculus Go in developer mode: - Open the Oculus app on your mobile device. - In the Settings menu, select your Oculus Go headset that you're using for development. - Select More Settings. - Toggle Developer Mode on. 2) Copy files on Oculus Go: - connect to pc with usb - in Oculus GO allows for USB debugging - create a new folder in root, named AssetBundles - copy files named: audio.01, video01.mp4, audio.02, video02.mp4 ... 3) To install apk: - download and install ADB: https://developer.android.com/studio/releases/platform-tools - add the installation folder to system path - download and install oculus driver: https://developer.oculus.com/downloads/package/oculus-go-adb-drivers/ - connect oculus go to usb - create a prompt windows in the folder where there are the apks - type the command: adb devices - type the command to install: adb install appname.apk - type the command to uninstall: adb uninstall com.unipr.appname 4) Launch the app on oculus go: - go in library -> unknown sources - scroll pages until you see the app