Skip to content
Snippets Groups Projects
Commit bccba4a9 authored by Alex Crichton's avatar Alex Crichton
Browse files

Disable https on Android SDK fetch

Apparently it no longer works
parent e4f8ab82
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ esac;
filter="$filter,sys-img-$abi-android-24"
./android-accept-licenses.sh "android - update sdk -a --no-ui --filter $filter"
./android-accept-licenses.sh "android - update sdk -a --no-ui --filter $filter --no-https"
echo "no" | android create avd \
--name $1 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment