cancel
Showing results for 
Search instead for 
Did you mean: 

Error: ovr-platform-util: command not found

foxvalleysoccer
Protege

I get this error when trying to upload to App Lab.

I have the ovr-platform-util.exe in the folder.

 

Do I need to set anything up to make this work?

 

$ ovr-platform-util upload-quest-build --app_id 123456789 --app_secret random --apk edu.FVTC.AutoShop.apk --channel ALPHA --notes "edits"

1 REPLY 1

MaxAigner
Honored Guest

Just add the ovr-platform-util's path to your PATH environment variable. 

 

Press Windows Button to open the Win-Search bar.

Enter PATH into the search bar.

Start the "Change System variables" Program or however it is called in your language. (Systemeigenschaften).

MaxAigner_1-1663930042852.png

Click the Environment- Variables Button.

Double-Click on "Path"

MaxAigner_2-1663930097919.png

Click on the "New" button 

MaxAigner_3-1663930131353.png

Paste the path of your OVR-Platform-Utils here and click OK 

MaxAigner_4-1663930206372.png

 

now open CMD and test if it works like so:

MaxAigner_5-1663930249279.png

 

enter ovr-platform-util -v into the newly opened CMD and see if it works. Hint: You have to close all open CMD windows after you have added the path variable and then re-open them to load the new path-location.

MaxAigner_6-1663930419576.png