Disable https on Android SDK fetch

Apparently it no longer works
This commit is contained in:
Alex Crichton 2017-10-04 16:57:31 -07:00
parent e4f8ab82bc
commit bccba4a996
1 changed files with 1 additions and 1 deletions

View File

@ -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 \