Android SDK Setup Problems
Im new to android and am just trying to install the SDK. I hav开发者_开发问答e everything else done. When i run the SDK Setup.exe (ive added the ./tools to the path already.) It gives me the famous cannot fetch URL error.
Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml, reason: Permission denied: connect
I tried the force http option and also manually adding a http:// version of the above url. It does not work at all. I am working on a windows 7 64 bit pc. Any help would be appreciated. Ramesh
Maybe your firewall is blocking tcp/udp connection from Java.exe process?
Try running from the command prompt.
tools\android.bat update sdk it launches the sdk which works. Thanks, Ramesh
精彩评论