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 3671b13 commit 0fe250cCopy full SHA for 0fe250c
.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
91
run: emulator -list-avds
92
93
- name: Emulator - Boot
94
- run: emulator -memory 4096 -avd "${ANDROID_EMULATOR_NAME}" -wipe-data -no-window -accel off -no-snapshot -noaudio -no-boot-anim &
+ run: emulator -memory 4096 -avd "${ANDROID_EMULATOR_NAME}" -wipe-data -no-window -accel off -no-accel -gpu off -engine classic -no-snapshot -noaudio -no-boot-anim &
95
96
- name: ADB Wait For Device
97
run: adb wait-for-any-device
0 commit comments