upload to quest platform cmd
This commit is contained in:
parent
a845c7b81e
commit
258b8a0745
1 changed files with 4 additions and 3 deletions
|
@ -25,12 +25,13 @@ adb connect 192.168.1.219
|
|||
# publish build
|
||||
dotnet publish -c Release Projects/Android/snake.Android.csproj
|
||||
|
||||
# stream install
|
||||
adb install Projects/Android/bin/Release/net7.0-android/com.dofdev.snake-Signed.apk
|
||||
|
||||
# debug shell
|
||||
adb shell monkey -p com.dofdev.snake 1
|
||||
|
||||
# upload quest
|
||||
source .env
|
||||
./ovr-platform-util upload-quest-build -a $APP_ID -s $APP_SECRET --apk $APK_PATH -c alpha -n "message"
|
||||
|
||||
# install a specific android platform
|
||||
sdkmanager "platforms;android-33" "build-tools;33.0.0"
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue