提交 67d73cda 创建 作者: 宋海霞's avatar 宋海霞

更新 android-wait-for-emulator.sh

上级 b3be2bf8
流水线 #118858 已失败 于阶段
用时 4 分 43 秒
...@@ -14,6 +14,8 @@ function wait_emulator_to_be_ready() { ...@@ -14,6 +14,8 @@ function wait_emulator_to_be_ready() {
done done
} }
function disable_animation() { function disable_animation() {
adb shell "settings put global window_animation_scale 0.0" adb shell "settings put global window_animation_scale 0.0"
adb shell "settings put global transition_animation_scale 0.0" adb shell "settings put global transition_animation_scale 0.0"
...@@ -21,5 +23,5 @@ function disable_animation() { ...@@ -21,5 +23,5 @@ function disable_animation() {
} }
wait_emulator_to_be_ready wait_emulator_to_be_ready
sleep 1 sleep 30
disable_animation # disable_animation
\ No newline at end of file \ No newline at end of file
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论