Skip to content

Commit 1731a9b

Browse files
committed
Try to use an older Android emulator
Signed-off-by: Yuki Okushi <[email protected]>
1 parent 1ea04a0 commit 1731a9b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/android-install-sdk.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ yes | ./sdk/cmdline-tools/tools/bin/sdkmanager --no_https \
5858
"platforms;android-${api}" \
5959
"${image}" | grep -v = || true
6060

61+
cat sdk/emulator/package.xml
62+
exit 1
63+
wget -q --tries=20 https://redirector.gvt1.com/edgedl/android/repository/emulator-linux_x64-9058569.zip
64+
unzip -q -d sdk emulator-linux_x64-9058569.zip
65+
6166
echo "no" |
6267
./sdk/cmdline-tools/tools/bin/avdmanager create avd \
6368
--name "${1}" \

0 commit comments

Comments
 (0)