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 eadfa83 commit d79950dCopy full SHA for d79950d
ci/android-install-sdk.sh
@@ -19,7 +19,7 @@ set -ex
19
# which apparently magically accepts the licenses.
20
21
ANDROID_SDK_URL=https://dl.google.com/android/repository
22
-ANDROID_SDK_ARCHIVE=platform-tools_r34.0.3-linux.zip
+ANDROID_SDK_ARCHIVE=commandlinetools-linux-9477386_latest.zip
23
24
mkdir sdk
25
curl --retry 5 "$ANDROID_SDK_URL/$ANDROID_SDK_ARCHIVE" -O
@@ -48,7 +48,9 @@ case "$1" in
48
;;
49
esac;
50
51
-ANDROID_SDK_BIN="/sdk/cmdline-tools/latest/bin
+mv sdk/cmdline-tools/* sdk/cmdline-tools/latest
52
+
53
+ANDROID_SDK_BIN="./sdk/cmdline-tools/latest/bin"
54
55
# --no_https avoids
56
# javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
0 commit comments