问题
In Android Studio, when I try to update large SDKs through the SDK Manager, I keep getting the following error:
SSLException: Connection has been shutdown: javax.net.ssl.SSLException: Tag mismatch!
This always happens with large SDKs. What should I do? I have no idea about what I should do. I use Android Studio 2.2.3 and Windows 7x64. Any help will be appreciated.
回答1:
I faced similar problem.I solved it by selecting Force https to be fetched as http
option under SDK Update Sites
tab of SDK Manager.
By Selecting this option you can download only those packages which are having SSLEXECPTION
Tag Mismatch error. Once you have done remember to unselect this option. For more clarification refer
来源:https://stackoverflow.com/questions/41898175/sslexception-connection-has-been-shutdown-javax-net-ssl-sslexception-tag-mism