无法将 ADT 安装到 Eclipse 上
我意识到我的问题似乎与此页面上提出的其他问题相关,但我的问题与我见过的所有其他问题不同。
我已经为我的 Mac 下载了 Eclipse 和 Android ADT 插件。
Eclipse 打开正常,但是当我尝试安装 ADT 插件时会发生类似的情况:
我稍后尝试这样做使用 http:
而不是 https:
,它让我继续进入安装页面,但表示一切都已安装。因此,假设它确实已安装,我继续进入 Eclipse 的首选项并向其中添加 android sdk 位置。但是,它现在将显示为空白,如下所示:
.. 其下方有该错误消息。它告诉我使用 SDK 管理器来安装它,但显然它说一切都已安装。
我应该做什么有什么想法吗?谢谢。
I realize my question seems related to others asked on this page, but my problem is different than all the other ones I've seen.
I've downloaded Eclipse and Android ADT Plugin for my Mac.
Eclipse opens fine, yet something like this happens when I try to install the ADT plugin:
I tried later to do this with http:
instead of https:
, and it let me continue to the install page, but said everything was installed. So, assuming it truly is installed, I continued by going into Eclipse's preferences and adding the android sdk location to it. However, it will now show up blank, like this:
.. with that error message below it. It tells me to use the SDK manager to install it, but clearly it says everything is already installed.
Any ideas of what I should do? Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过
ANDROID_SDK/tools
文件夹中的android
应用程序或通过Window -> Eclipse 从 Eclipse 启动 SDK 管理器。 SDK 和 AVD 管理器
,转到可用包
,打开Android 存储库
树并安装平台工具包(可能沿着某些目标平台,如果您没有 - 如果您有良好的网络连接,只需获取整个树,这样您就不会因为稍后测试时缺少目标而受到困扰)。Fire up the SDK Manager, either via the
android
application inside theANDROID_SDK/tools
folder or from eclipse viaWindow -> SDK and AVD manager
, go toAvailable packages
, open theAndroid Repository
tree and install the platform tools package (probably along some target platforms if you got none - if you got a decent net connection, just get the whole tree, so you won't be bugged with missing targets for testing later).