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 53e3aa3 commit 5a89f59Copy full SHA for 5a89f59
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