todey I installed the actual adt bundle on my Laptop which runs Windows 8 x64.
The installation worked well but when i start the SDK Manager he tries to fetch
the Android Repository and then I get this error:
Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-7.xml, reason: Bind Cannot assign requested address: connect
I have tried the x86 and the x64 version of the SDK and none of it can fetch the repo. I have
completely reinstalled java. The funny thing I tried it on my windows 7 laptop it works
great. I also tried to force the SDK Manager to use http instead of https but it doesnt
help. I have also deactivated my Software Firewall (Kaspersky) and the Hardware Firewall
on my router and it doesnt help. Java can also connect do the internet because Jdownloader
can download without any problem. I also tried to open the URL in my browser and there were
no problems. Does anybody have an idea what else could be the problem?
Best Regards
I had the same problem (I have eclipse Juno 64 bit, windows 8 64 bit and java 7u11).
I checked everything. I remember having a similar problem with Eclipse. I could not get a list of software to install no matter what I did or which web address I used.
The solution was to edit the
eclipse.ini(located for me atc:\Eclipse) with the line“-Djava.net.preferIPv4Stack=true”as the last line at the end of the file. So I tried something similar so I edited the android.bat file(Located for me at :C:\Android\android-sdk\tools) locate“call %java_exe% ”and add the line“-Djava.net.preferIPv4Stack=true”.So it should look like:
save the file.
Run the android sdk as administrator and now I am downloading and installing all the bits I need.