Android > Unknown Host Errors while installing ADT plugin in eclipse

后端 未结 5 1791
春和景丽
春和景丽 2021-01-06 20:54

I am trying to setup development environment for Android development. While adding Android ADT plugin in eclipse, I get following error:

Fetching h

相关标签:
5条回答
  • 2021-01-06 20:56

    Try manually downloading the platform from here: http://sochinda.wordpress.com/2011/04/28/step-by-step-guide-on-how-to-install-android-sdk-offline-not-completely-offline/

    Choose the version you want, download and extract into platform-tools!

    0 讨论(0)
  • 2021-01-06 21:00

    I had the same problem.
    In the Tools>Options menu in Android SDK Manager, I set the HTTP Proxy Server and HTTP Proxy Port values (I used the same settings that for my internet browser).
    That fixed the problem for me !

    0 讨论(0)
  • 2021-01-06 21:09

    I was also getting same error:

    Unknown Host Errors while installing ADT plugin in eclipse

    Go to Setting -> Default setting -> select "Android SDK" from left side Panel. Select required components Which you want to install. - >Apply -> Ok.

    0 讨论(0)
  • 2021-01-06 21:10

    You may be having the problem cause you are on a network where Proxy server and proxy ports are used for intercommunication between devices. Set the appropriate proxy server and port number in Tools -> Options. If its still not working then go for Force https://... sources to be fetched using http://

    0 讨论(0)
  • 2021-01-06 21:16

    In the Tools>Options menu check the option

    Force https://... sources to be fetched using http://

    0 讨论(0)
提交回复
热议问题