Oculus go how to remove installed apk

Oculus go how to remove installed apk

if it is full packaged game, use the uninstall batch file found in the file directory that you packed the apk to.

if it is just just from launching in editor, use the adb uninstall in command line. should look something like this:

adb uninstall com.test.app

If it worked for you, please mark the question answered.

thank you very much