This commit is contained in:
parent
5ee424697a
commit
f4662609b8
|
@ -15,6 +15,7 @@ connected_check_task:
|
|||
start_emulator_background_script:
|
||||
$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:
|
||||
- chmod +x android-wait-for-emulator.sh
|
||||
- ./android-wait-for-emulator.sh
|
||||
disable_animations_script: |
|
||||
adb shell settings put global window_animation_scale 0.0
|
||||
|
|
Loading…
Reference in New Issue