File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set -ex
19
19
# which apparently magically accepts the licenses.
20
20
21
21
ANDROID_SDK_URL=https://dl.google.com/android/repository
22
- ANDROID_SDK_ARCHIVE=platform-tools_r29 .0.5 -linux.zip
22
+ ANDROID_SDK_ARCHIVE=platform-tools_r34 .0.3 -linux.zip
23
23
24
24
mkdir sdk
25
25
curl --retry 5 " $ANDROID_SDK_URL /$ANDROID_SDK_ARCHIVE " -O
@@ -50,14 +50,14 @@ esac;
50
50
51
51
# --no_https avoids
52
52
# javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
53
- yes | ./sdk/tools/bin/sdkmanager --licenses --no_https
54
- yes | ./sdk/tools/bin/sdkmanager --no_https \
53
+ yes | ./sdk/cmdline- tools/bin/sdkmanager --licenses --no_https
54
+ yes | ./sdk/cmdline- tools/bin/sdkmanager --no_https \
55
55
" emulator" \
56
56
" platform-tools" \
57
57
" platforms;android-24" \
58
58
" system-images;android-24;default;$abi "
59
59
60
60
echo " no" |
61
- ./sdk/tools/bin/avdmanager create avd \
61
+ ./sdk/cmdline- tools/bin/avdmanager create avd \
62
62
--name " ${1} " \
63
63
--package " system-images;android-24;default;$abi "
You can’t perform that action at this time.
0 commit comments