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 c3463bb commit 39bb1a1Copy full SHA for 39bb1a1
ci/android-install-sdk.sh
@@ -53,11 +53,13 @@ echo '#Fri Nov 03 10:11:27 CET 2017 count=0' >> /root/.android/repositories.cfg
53
# which produces an insane amount of output.
54
yes | ./sdk/cmdline-tools/tools/bin/sdkmanager --licenses --no_https | grep -v = || true
55
yes | ./sdk/cmdline-tools/tools/bin/sdkmanager --no_https \
56
- "emulator" \
57
"platform-tools" \
58
"platforms;android-${api}" \
59
"${image}" | grep -v = || true
60
+wget -q --tries=20 https://redirector.gvt1.com/edgedl/android/repository/emulator-linux_x64-9058569.zip
61
+unzip -q -d sdk emulator-linux_x64-9058569.zip
62
+
63
echo "no" |
64
./sdk/cmdline-tools/tools/bin/avdmanager create avd \
65
--name "${1}" \
0 commit comments