正确安装 Android SDK、ADT 和 Eclipse 3.6.1
按照 Eclipse 3.6.1 Classic 和 Android SDK 发布的说明,ADT(其中 OS 2.3 是最新的)错过了几个步骤。在 Eclipse 中加载 ADT 之前,一切似乎都正常。在此之前,将以下依赖项站点添加到列表中并启用它们,以便 ADT 安装程序将拾取所有依赖项(感谢 MissKaho 提供的简洁列表)。
Eclipse GEF - download.eclipse.org/tools/gef/updates/releases/
Eclipse EMF - download.eclipse.org/modeling/emf/updates/releases/
>Eclipse GMF - download.eclipse.org/modeling/gmf/updates/releases
Eclipse Webtools - download.eclipse.org/webtools/updates/
Google eclipse 插件 - dl.google.com/eclipse/plugin/3.6
Following the posted instructions for Eclipse 3.6.1 Classic and Android SDK, ADT (where OS 2.3 is the most current) misses a few steps. Everything seems to work up until the point of loading the ADT in Eclipse. Prior to doing this add the following dependency sites to the list and enable them so that the ADT installer will pickup all the dependencies (thanks MissKaho for the concise list).
Eclipse GEF - download.eclipse.org/tools/gef/updates/releases/
Eclipse EMF - download.eclipse.org/modeling/emf/updates/releases/
Eclipse GMF - download.eclipse.org/modeling/gmf/updates/releases
Eclipse Webtools - download.eclipse.org/webtools/updates/
Google eclipse Plugin - dl.google.com/eclipse/plugin/3.6
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我可以确认它确实适用于 3.6.1。
我作为一个问题的答案是为了让其他 stackoverflow 用户有机会解决我为使 Eclipse 和 Android SDK 正确运行而必须承受的痛苦。我对大量指南、教程和帖子遗漏了成功完成操作所需的关键假设/事实感到惊讶。
因此,对于任何因我将答案作为问题发布而感到冒犯的人,我深表歉意(:-))。
如果有帮助,请将我的原始条目视为预先回答。
I can confirm that it does work with 3.6.1.
I an answer as a question to allow other stackoverflow users an opportunity to get around the pain I had to suffer to get Eclipse and Android SDK running correctly. I was amazed at the number of guides, tutorials and posts that left out critical assumptions/facts necessary to successfully complete an action.
So, for any that are offended by my posting a answer as a question, my apologizes (:-)).
If it helps consider my original entry as a pre-answer.
上次我检查时(几个月前),Android 插件仅在 3.5 (Galileo) 中受支持,而不是 3.6 (Helios) 中。
PS:你实际上并没有在那里问问题。暗示过,但从未询问过。人们对这类事情很敏感。
Last time I checked (which was a couple months ago), the Android plugin is only supported in 3.5 (Galileo), not 3.6 (Helios).
PS: You didn't actually ask a question in there. Implied one, but never asked. Folks get touchy about that sort of thing.