Android SDK installation issue – Peer not authenticated

As a workaround, I enabled the “Force https://… sources to be fetched using http://…” setting in the SDK Manager Tools > Options menu.

If you use Android Studio instead of the standalone SDK Manager, Choose “SDK Update Sites” in the “Android SDK” settings and click the checkbox in the lower part of the screen.

That seems to help. I suspect it is a server side problem, but I’m not sure about that.

Edit: Please note that using http instead of https is not really the best idea! In the worst case, a man-in-the-middle attack could inject malicious code into your Android SDK libraries that ends up in your APK. That’s why it’s called a workaround 🙂

Leave a Comment