File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
set -ex
13
13
14
14
NDK=android-ndk-r19c
15
- API=26
15
+ API=25
16
16
curl --retry 10 -O https://dl.google.com/android/repository/${NDK} -linux-x86_64.zip
17
17
unzip -q ${NDK} -linux-x86_64.zip
18
18
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
SDK=4333796
22
- API=26
22
+ API=25
23
23
mkdir sdk
24
24
curl --retry 10 https://dl.google.com/android/repository/sdk-tools-linux-${SDK} .zip -O
25
25
unzip -d sdk sdk-tools-linux-${SDK} .zip
@@ -63,7 +63,7 @@ yes | ./sdk/tools/bin/sdkmanager --no_https \
63
63
" emulator" \
64
64
" platform-tools" \
65
65
" platforms;android-${API} " \
66
- " system-images;android-${API} ;default; $abi "
66
+ " system-images;android-${API} ;$abi "
67
67
68
68
echo " no" |
69
69
./sdk/tools/bin/avdmanager create avd \
You can’t perform that action at this time.
0 commit comments