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 e7e1449 commit 72e9565Copy full SHA for 72e9565
.github/workflows/ci.yml
@@ -111,7 +111,7 @@ jobs:
111
run: emulator -list-avds
112
113
- name: Emulator - Boot
114
- run: emulator -memory 4096 -avd "${ANDROID_EMULATOR_NAME}" -wipe-data -no-window -accel off -no-accel -gpu "${ANDROID_GPU}" -engine classic -no-snapshot -noaudio -no-boot-anim &
+ run: emulator -memory 4096 -avd "${ANDROID_EMULATOR_NAME}" -wipe-data -no-window -accel off -no-accel -gpu "${ANDROID_GPU}" -no-snapshot -noaudio -no-boot-anim &
115
116
- name: ADB Wait For Device
117
run: adb wait-for-any-device
0 commit comments