Skip to content

Commit e3b13ed

Browse files
committed
Try to run the Android emulator
1 parent 6c362b6 commit e3b13ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "y" | $ANDROID_HOME/emulator/emulator -list-avds
3838
echo "Starting emulator"
3939
# Start emulator in background
40-
nohup $ANDROID_HOME/emulator/emulator -avd test -no-snapshot -no-window -no-audio -no-boot-anim -no-accel -no-metrics &
40+
nohup $ANDROID_HOME/emulator/emulator -avd test -no-snapshot -no-window -no-audio -no-boot-anim -no-accel -accel none -no-metrics &
4141
# Fixed quoting around "\r"
4242
$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'
4343
$ANDROID_HOME/platform-tools/adb devices

0 commit comments

Comments
 (0)