Enable quick boot emulator
This commit is contained in:
Родитель
6d7d3b8646
Коммит
e50cfa9f0f
|
@ -58,7 +58,7 @@ steps:
|
|||
echo "Starting emulator"
|
||||
|
||||
# Start emulator in background
|
||||
nohup $ANDROID_HOME/emulator/emulator -avd android_emulator -no-snapshot -no-audio -gpu host -no-boot-anim -qemu -m 2048 > /dev/null 2>&1 &
|
||||
nohup $ANDROID_HOME/emulator/emulator -avd android_emulator -no-audio -gpu host -no-boot-anim -qemu -m 2048 > /dev/null 2>&1 &
|
||||
$ANDROID_HOME/platform-tools/adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed | tr -d '\r') ]]; do sleep 1; done; input keyevent 82'
|
||||
|
||||
#list online device/emulator
|
||||
|
|
Загрузка…
Ссылка в новой задаче