We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c362b6 commit e3b13edCopy full SHA for e3b13ed
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
echo "y" | $ANDROID_HOME/emulator/emulator -list-avds
38
echo "Starting emulator"
39
# 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 &
+ nohup $ANDROID_HOME/emulator/emulator -avd test -no-snapshot -no-window -no-audio -no-boot-anim -no-accel -accel none -no-metrics &
41
# Fixed quoting around "\r"
42
$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'
43
$ANDROID_HOME/platform-tools/adb devices
0 commit comments