没有组合的“Android SDK 和 AVD 管理器”对于日食
我正在尝试遵循 Android 开发人员站点上的“Hello World”,但我卡在了一个步骤,它要求我在 Eclipse 中打开“Android SDK 和 AVD 管理器” - http://developer.android.com/resources/tutorials/hello-world.html#avd
我聚集我想要看到的是一个组合的 Android SDK 和 AVD 管理器,如下所示: http://developer.android.com/images/sdk_manager_packages.png
但是,我似乎没有。根据我所读到的内容,我应该能够通过打开 SDK 根目录中的“SDK Manager.exe”来访问它。但这只是给了我一个 SDK 管理器窗口,而不是组合窗口。如果没有组合,显然 Eclipse 中的“Window > Android SDK and AVD Manager”选项是不可能的。
那么如何才能显示组合的 Android SDK 和 AVD Manager 窗口呢?这些单独的窗口是最新 SDK 包的功能吗?帮助!
I'm trying to follow the "Hello World" at the Android Developer site, but am stuck on a step where it asks me to open up the "Android SDK and AVD Manager" in Eclipse - http://developer.android.com/resources/tutorials/hello-world.html#avd
I gather that what I'm meant to be seeing is a combined Android SDK and AVD manager, like this one: http://developer.android.com/images/sdk_manager_packages.png
However, I don't seem to have that. From what I've read I should be able to get to it by opening up "SDK Manager.exe" in the SDK root. But that just gives me a single SDK Manager window, not the combined one. Without the combined one obviously the "Window > Android SDK and AVD Manager" option in Eclipse is out of the question.
So how can I get the combined Android SDK and AVD Manager window to show? Are these separate windows a feature of the newest SDK package? Help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
自 SDK 14 起,这些功能已分为 2 个应用程序(窗口)。要完成本教程的这一部分,请使用 AVD 管理器并按照说明进行操作,从记忆中来看,此窗口应与原始 SDK 管理器几乎相同。
These functions have been separated into 2 applications (windows) since SDK 14. To finish that part of the tutorial use the AVD Manager and follow the instructions, from memory this window should be almost identical to the original SDK manager.
在 Eclipse 中“窗口 -> Android SDK Manager”和“窗口 -> AVD Manager”。很容易找到。由于SDK更新了很多版本,您必须更新您的环境。
In eclipse "Window -> Android SDK Manager" and "Window -> AVD Manager" . It is easy to find. Since a lot of versions of SDK updated , you must update your environment.