Skip to content
Snippets Groups Projects
Commit 3ac111c8 authored by gnzlbg's avatar gnzlbg
Browse files

Try to fix builds of the Android SDK

parent e7f62bc7
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,9 @@ case "$1" in
;;
esac;
# See: https://stackoverflow.com/a/51644855/1422197
export JAVA_OPTS='-XX:+IgnoreUnrecognizedVMOptions --add-modules java.se.ee'
# --no_https avoids
# javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
yes | ./sdk/tools/bin/sdkmanager --licenses --no_https
......
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