Skip to content

Commit

Permalink
Fix INSTALL_FAILED_INSUFFICIENT_STORAGE (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze authored Mar 19, 2024
1 parent 6d401fb commit 21c4fb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ jobs:
emulator-boot-timeout: 200
disable-spellchecker: true
force-avd-creation: false
disk-size: 4GB
sdcard-path-or-size: ${{ matrix.api-level < 29 && '10M' || null }}
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -camera-front none
script: |
Expand All @@ -192,6 +193,7 @@ jobs:
emulator-boot-timeout: 200
disable-spellchecker: true
force-avd-creation: false
disk-size: 4GB
sdcard-path-or-size: ${{ matrix.api-level < 29 && '10M' || null }}
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -camera-front none
pre-emulator-launch-script: |
Expand All @@ -214,6 +216,7 @@ jobs:
emulator-boot-timeout: 200
disable-spellchecker: true
force-avd-creation: false
disk-size: 4GB
sdcard-path-or-size: ${{ matrix.api-level < 29 && '10M' || null }}
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -camera-front none
pre-emulator-launch-script: |
Expand Down

0 comments on commit 21c4fb3

Please sign in to comment.