This commit is contained in:
Matthieu 2020-03-21 21:07:26 +01:00
parent fc745c624d
commit bc942fb003
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ connected_check_task:
create_device_script:
echo no | avdmanager create avd --force --name "api-${API_LEVEL}" --abi "${TARGET}/${ARCH}" --package "system-images;android-${API_LEVEL};${TARGET};${ARCH}"
start_emulator_background_script:
export QEMU_AUDIO_DRV=none
$ANDROID_HOME/emulator/emulator -avd "api-${API_LEVEL}" -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none
wait_for_emulator_script:
adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed) ]]; do sleep 3; done; input keyevent 82'