We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f62bc commit 3ac111cCopy full SHA for 3ac111c
ci/android-install-sdk.sh
@@ -45,6 +45,9 @@ case "$1" in
45
;;
46
esac;
47
48
+# See: https://stackoverflow.com/a/51644855/1422197
49
+export JAVA_OPTS='-XX:+IgnoreUnrecognizedVMOptions --add-modules java.se.ee'
50
+
51
# --no_https avoids
52
# javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
53
yes | ./sdk/tools/bin/sdkmanager --licenses --no_https
0 commit comments