Android sdk platform-tools在windows xp上安装错误
我的笔记本电脑上安装了 Windows XP 和 Eclipse Java EE Indigo SR1。我安装了android SDK r16和ADT 16.0.1。我的第一个问题是,我在 Eclipse 的窗口菜单中没有“Android SDK 和 AVD 管理器”,而是分别有“Android SDK 管理器”和“AVD 管理器”。是我的 Eclipse 有问题还是什么?
我的第二个问题是,当我单击“Android SDK Manager”此窗口时,我无法安装 SDK Platform-tools出现:
不仅此窗口不包含任何名为“sdk platform-tools”的条目,参见。 这张图片来自 android 文档,而且当我尝试安装“Archive for Windows x86”时" 我收到此页面:
正如您所看到的“已安装”按钮被禁用。如何在我的计算机上安装 sdk platform-tools?
I have windows XP and Eclipse Java EE Indigo SR1 installed on my laptop. I installed android SDK r16 and ADT 16.0.1. My first problem is that instead of having "Android SDK and AVD Manager" in my window menu in eclipse, I have "Android SDK Manager" and "AVD Manager" separately. Is something wrong with my Eclipse or what?
My second problem is that I cannot install SDK Platform-tools, when I click on "Android SDK Manager" this window appears:
Not only this window does not contain any entry named "sdk platform-tools", cf. this picture from android documentation,but also when i try to install "Archive for Windows x86" I get this page:
as you see the "Installed" button is disabled. What can I do to install sdk platform-tools on my computer?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是从 ADT 16 开始的新行为。别担心!
其他问题可能与您的JDK版本有关。要使用 Android SDK,您应该仅使用 JDK 5 或 JDK 6。检查您是否已安装 JDK7(仍不支持)
This is a new behavior starting from ADT 16. Do not worry!
Other problems can be connected with the version of your JDK. To use Android SDK you should use only JDK 5 or JDK 6. Check maybe you have installed JDK7 (it is not supported still)
我有同样的问题。刚刚检查过,我这边的行为是由于代理设置不正确 - 配置的代理发回了一些数据,SDK 管理器可能已尝试解释这些数据,但失败了,它没有显示任何错误消息,只是默默地显示忽略了错误。
因此建议:检查您的网络/代理设置是否正确。
I hads the same problem. Just checked, and the behaviour on my side was due to an incorrect proxy setting - the proxy configured sent back some data, which the SDK Manager has probably tried to interprete, but having failed that, it did not display any error message, just silently ignored the error.
So recommendation: check if your network/proxy settings are correct.
我有同样的问题。请尝试...
单击包菜单然后重新加载
我希望这能帮助你
I've the same issue. please try...
click on packages menu then reload
i'll hope this will help you