We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bbeb7e commit 0115ddcCopy full SHA for 0115ddc
.github/workflows/android.yml
@@ -116,7 +116,7 @@ jobs:
116
api-level: ${{ matrix.api-level }}
117
arch: arm64-v8a # Specify ARM architecture
118
force-avd-creation: true # Force AVD creation to ensure it's ARM-based
119
- emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
+ emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -accel off # Disable hardware acceleration
120
disable-animations: false
121
script: echo "Generated AVD snapshot for caching."
122
0 commit comments