Skip to content

Commit eac97f0

Browse files
committed
🔥 Reduce the number of system images installed by default
Older images can be installed manually if needed. This should allow the automated test, which is currently failing due to lack of resources, to succeed again. It currently fails with ``` [================================ ] 81% Unzipping... x86/system.img Warning: An error occurred while preparing SDK package Google Play Intel x86 Atom System Image: No space left on device. [================================ ] 81% Unzipping... x86/system.img END: Done with android SDK download, exiting script ```
1 parent 5f615a8 commit eac97f0

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

setup/android_sdk_packages

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@ build-tools;35.0.0
22
emulator
33
extras;google;google_play_services
44
platform-tools
5-
platforms;android-34
6-
system-images;android-24;google_apis_playstore;x86
7-
system-images;android-25;google_apis_playstore;x86
8-
system-images;android-26;google_apis_playstore;x86
9-
system-images;android-27;google_apis_playstore;x86
10-
system-images;android-28;google_apis_playstore;x86_64
11-
system-images;android-29;google_apis_playstore;x86_64
12-
system-images;android-30;google_apis_playstore;x86_64
13-
system-images;android-31;google_apis_playstore;x86_64
5+
platforms;android-35
146
system-images;android-32;google_apis_playstore;x86_64
157
system-images;android-32;google_apis_playstore;arm64-v8a
168
system-images;android-33;google_apis_playstore;x86_64

0 commit comments

Comments
 (0)