Skip to content

Commit cee3fc0

Browse files
committed
Revert "ci: update emulator to Android 12"
This reverts commit c409f29.
1 parent c409f29 commit cee3fc0

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-31;google_apis;x86'
4+
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install 'system-images;android-30;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-31;google_apis;x86' --force
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
88

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

0 commit comments

Comments
 (0)