We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea04a0 commit 1731a9bCopy full SHA for 1731a9b
ci/android-install-sdk.sh
@@ -58,6 +58,11 @@ yes | ./sdk/cmdline-tools/tools/bin/sdkmanager --no_https \
58
"platforms;android-${api}" \
59
"${image}" | grep -v = || true
60
61
+cat sdk/emulator/package.xml
62
+exit 1
63
+wget -q --tries=20 https://redirector.gvt1.com/edgedl/android/repository/emulator-linux_x64-9058569.zip
64
+unzip -q -d sdk emulator-linux_x64-9058569.zip
65
+
66
echo "no" |
67
./sdk/cmdline-tools/tools/bin/avdmanager create avd \
68
--name "${1}" \
0 commit comments