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 d922337 commit 49ddfa2Copy full SHA for 49ddfa2
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
echo "y" | $ANDROID_HOME/emulator/emulator -list-avds
39
echo "Starting emulator"
40
# Start emulator in background
41
- nohup $ANDROID_HOME/emulator/emulator -avd test -no-snapshot -no-window -no-audio -no-boot-anim -accel none -no-metrics &
+ nohup $ANDROID_HOME/emulator/emulator -avd test -no-snapshot -no-window -no-audio -no-boot-anim -accel off -no-metrics &
42
# Fixed quoting around "\r"
43
$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'
44
$ANDROID_HOME/platform-tools/adb devices
0 commit comments