Skip to content

Commit 880632f

Browse files
committed
ci: rollback Android emulator to more lightweight version
1 parent 745ff4b commit 880632f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci-tools/wait-for-emulator.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env bash
22

33
# Install AVD files
4-
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install 'system-images;android-30;google_apis;x86'
4+
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install 'system-images;android-27;google_apis;x86'
55

66
# Create emulator
7-
echo "no" | $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager create avd -n xamarin_android_emulator -k 'system-images;android-30;google_apis;x86' --force
7+
echo "no" | $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager create avd -n xamarin_android_emulator -k 'system-images;android-27;google_apis;x86' --force
88

99
$ANDROID_HOME/emulator/emulator -list-avds
1010

0 commit comments

Comments
 (0)