开发者

Android SDK Setup Problems

开发者 https://www.devze.com 2023-01-01 06:02 出处:网络
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 ca

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

0

精彩评论

暂无评论...
验证码 换一张
取 消