Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error in Eclipse connecting to respository and installing ADT Plugin on Windows 8

I have recently updated to Windows 8 (don't ask why as it has become more hassle than it is worth!)

Since doing so, my Eclipse and ADT Plugin stopped working. So I downloaded a Eclipse Classic again and tried to download the ADT Plugin with no luck. (note: none of the downloads from Eclipse drop down menu are possible when selected)

I keep getting the following error message when trying to connect to the online repository: Unable to read repository at https://dl-ssl.google.com/android/eclipse/site.xml/content.xml. Unable to read repository at https://dl-ssl.google.com/android/eclipse/site.xml/content.xml. Cannot assign requested address: connect

When trying to add the plugin through ZIP file, I get through and get stuck with the following error: Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 20.0.3.v201208082019-427395 (com.android.ide.eclipse.adt.feature.group 20.0.3.v201208082019-427395)

Stuck and need some advice! I have the latest version of the Android SDK and have updated to the latest version of Java Run-time & JDK

like image 256
user1813596 Avatar asked Nov 09 '12 23:11

user1813596


2 Answers

Having the exactly same problem like yours. Managed to fix it by changing https to http

http://dl-ssl.google.com/android/eclipse/

like image 89
Jason Avatar answered Sep 18 '22 00:09

Jason


From the official documentation:

If Eclipse can not find the remote update site containing the ADT plugin, try changing the remote site URL to use http, rather than https. That is, set the Location for the remote site to

http:// dl-ssl.google.com/android/eclipse/

This solved it for me.

like image 35
dylan-myers Avatar answered Sep 21 '22 00:09

dylan-myers