File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2828 ANDROID_ARCH : ${{ matrix.ANDROID_ARCH }}
2929 steps :
3030 - name : " Launch emulator"
31+ timeout-minutes : 5
3132 run : |
3233
3334 # Install AVD files
3738 echo "y" | $ANDROID_HOME/emulator/emulator -list-avds
3839 echo "Starting emulator"
3940 # Start emulator in background
40- nohup $ANDROID_HOME/emulator/emulator -avd test -no-snapshot -no-window -no-audio -no-boot-anim -no-accel -accel none -no-metrics &
41+ nohup $ANDROID_HOME/emulator/emulator -avd test -no-snapshot -no-window -no-audio -no-boot-anim -no-hvf -accel none -no-metrics &
4142 # Fixed quoting around "\r"
4243 $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'
4344 $ANDROID_HOME/platform-tools/adb devices
You can’t perform that action at this time.
0 commit comments