Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android SDK manager SSL peer shut down incorrectly

Tags:

android

sdk

When I try using Android SDK manager to download the ARM EABI for Android 4.1 it refuses to to install it. I get the following message: "SSL peer shut down incorrectly". This is on a Windows XP OS. Any idea what is happening here and what I can do to resolve the problem?

like image 741
user1539401 Avatar asked Jul 20 '12 00:07

user1539401


People also ask

How do I fix SSL peer shutdown is incorrectly?

In the IDE Settings section select Server Certificates, then check accept non-trusted certificates automatically . If the problem persist, then you should add the certificates to Android Studio, like *. google.com certificate.

How do I fix a missing Android SDK?

The Cause for this error -SDK tools package might not be installed. Quick fix: Go to the Tools –> SDK manager –> SDK tools. Deselect Hide obsolete packages option on the right bottom and further install Android SDK Tools(obsolete). A new folder named Tools is now generated in the SDK directory.

What is the use of Android SDK Manager?

The sdkmanager is a command-line tool that lets you view, install, update, and uninstall packages for the Android SDK. If you're using Android Studio, then you don't need to use this tool, and you can instead manage your SDK packages from the IDE.


1 Answers

The problem is caused by some kind of incompatibility with HTTPS.

For solve this, in the Android SDK settings, in "SDK Update Sites" tab, at bottom, check the option "Force https://... sources to be fetched using http://...".

Then try again to download the package.

like image 116
jaguado Avatar answered Sep 20 '22 03:09

jaguado