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 c255585 commit b274a6cCopy full SHA for b274a6c
ci/android-install-sdk.sh
@@ -52,6 +52,7 @@ echo '#Fri Nov 03 10:11:27 CET 2017 count=0' >> /root/.android/repositories.cfg
52
# | grep -v = || true removes the progress bar output from the sdkmanager
53
# which produces an insane amount of output.
54
yes | ./sdk/tools/bin/sdkmanager --licenses --no_https | grep -v = || true
55
+yes | ./sdk/tools/bin/sdkmanager --list --verbose
56
yes | ./sdk/tools/bin/sdkmanager --no_https \
57
"emulator" \
58
"platform-tools" \
0 commit comments