From b274a6c06903986c926af4d9cd28af2fef55b592 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Thu, 7 May 2020 23:42:54 +0900 Subject: [PATCH] Let's check the list --- ci/android-install-sdk.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/android-install-sdk.sh b/ci/android-install-sdk.sh index 42a3970293c12..e91c29cabac89 100644 --- a/ci/android-install-sdk.sh +++ b/ci/android-install-sdk.sh @@ -52,6 +52,7 @@ echo '#Fri Nov 03 10:11:27 CET 2017 count=0' >> /root/.android/repositories.cfg # | grep -v = || true removes the progress bar output from the sdkmanager # which produces an insane amount of output. yes | ./sdk/tools/bin/sdkmanager --licenses --no_https | grep -v = || true +yes | ./sdk/tools/bin/sdkmanager --list --verbose yes | ./sdk/tools/bin/sdkmanager --no_https \ "emulator" \ "platform-tools" \