File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3333 "android:emu:start:host:win32" : " start \"\" \" %ANDROID_HOME%\\ emulator\\ emulator.exe\" -avd Medium_Phone_API_35 -gpu host -no-snapshot-load" ,
3434 "android:emu:start:host:default" : " QT_QPA_PLATFORM=xcb $ANDROID_HOME/emulator/emulator -avd ${AVD:-Medium_Phone_API_35} -gpu host -no-snapshot-load &" ,
3535 "android:adb:wait" : " run-script-os" ,
36- "android:adb:wait:win32" : " %ANDROID_HOME%\\ platform-tools\\ adb.exe wait-for-device" ,
36+ "android:adb:wait:win32" : " %ANDROID_HOME%\\ platform-tools\\ adb.exe wait-for-device && %ANDROID_HOME% \\ platform-tools \\ adb.exe shell \" while [ $(getprop sys.boot_completed) != 1 ]; do sleep 1; done \" " ,
3737 "android:adb:wait:default" : " $ANDROID_HOME/platform-tools/adb wait-for-device && until $ANDROID_HOME/platform-tools/adb shell getprop sys.boot_completed 2>/dev/null | grep -q 1; do sleep 1; done" ,
3838 "android:adb:reverse" : " run-script-os" ,
3939 "android:adb:reverse:win32" : " %ANDROID_HOME%\\ platform-tools\\ adb.exe reverse tcp:8000 tcp:8000" ,
You can’t perform that action at this time.
0 commit comments