Eclipse 获取 URL 失败
我已经下载了Android SDK并在Eclipse中安装了Android开发工具。
现在,当我尝试在 Android SDK 和 AVD Manager
中添加第三方加载项
时,我得到:
我已经设置了 Android SDK 的路径,并尝试禁用防火墙,甚至我从命令提示符启动了 SDK Manager
。目前还没有任何方法可以解决这个问题。
这是什么问题?
I have downloaded the Android SDK and installed the Android Development Tools in Eclipse.
Now when I try to add Third Party Add-ons
in the Android SDK and AVD Manager
I get this :
I have already set the path to the Android SDK, and tried to disable the firewall, and even I started SDK Manager
from the command promopt. Nothing has corrected the problem yet.
What's this problem ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您是否尝试过使用 http 而不是 https ?
Have you tried using http rather than https ?
我也有这个问题,并且我解决了。
在Eclipse中点击“帮助”-> “检查更新”
更新后问题解决
Android SDK 和 AVD Manager 现在分为 Android SDK Manager 和 AVD Manager
I also have this problem, and I resolved.
in the Eclipse click "help" -> "Check for Updates"
The problem is solved after update
Android SDK and AVD Manager separated into Android SDK Manager and AVD Manager Now
对于 ubuntu linux 12.04 sdk 7
我必须删除我的主目录中的 .android 文件,
创建一个 .android 目录
创建一个 .android/cache 目录,
然后重新运行该工具,我最初打算将文件手动下载到 android sdk 工具指定的缓存目录中。
For ubuntu linux 12.04 sdk 7
I had to delete the .android FILE in my home directory,
create a .android DIRECTORY
create a .android/cache directory
then re run the tool, I was initially going to manually download the files into the cache directory as specified by the android sdk tool.
转到您的设置或选项,检查强制 https 选项并确保 http 代理服务器文本框为空。
Go to your settings or options check the force https option and make sure that the http proxy server textbox is empty.