debug cmd
This commit is contained in:
parent
d8c74d29d1
commit
5579f6b39b
1 changed files with 4 additions and 1 deletions
|
@ -26,12 +26,15 @@ adb connect 192.168.1.219
|
|||
dotnet publish -c Release Projects/Android/snake.Android.csproj
|
||||
|
||||
adb install Projects/Android/bin/Release/net7.0-android/com.dofdev.snake-Signed.apk
|
||||
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"
|
||||
|
||||
# debug
|
||||
adb logcat | grep com.dofdev.snake
|
||||
|
||||
|
||||
# install a specific android platform
|
||||
sdkmanager "platforms;android-33" "build-tools;33.0.0"
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue