eclipse 不显示 Avd 管理器窗口和 android 项目
我使用的是 Windows 7 和 Eclipse Helios。我成功安装了所有软件包,并且可以在命令行上运行 avd
,但是 Eclipse 没有显示 AVD Manager 窗口和我的 Android 项目。为什么?
I'm using Windows 7 and Eclipse Helios. I installed all packages successfully and I could run avd
on the command line, but Eclipse was not showing the AVD Manager window and my android project. Why?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我知道这个答案有点晚了,但对于后代来说 - 这就是它的完成方式:
单击“窗口”>“自定义视角>>命令组可用性选项卡。
检查“Android SDK 和 AVD Manager”选项并点击“确定”按钮。
I know its a bit late answer but for future generations - this is how its done:
Click on Window > Customize perspective > Command Groups Availability tab.
Check the "Android SDK and AVD Manager" option and hit the OK button.
在执行 user1450537 所说的操作之前,请检查您是否处于 Java 视角。我是在PHP视角下没找到! 呃
Before doing what user1450537 said, check to see if you're in the Java perspective. I was in the PHP perspective and couldn't find it! duh
这是新的 eclipse Neon:
窗口 -> 透视 ->自定义视角->操作设置可用性,然后检查“Android SDK 和 AVD Manager”选项并单击“确定”按钮。
This is for new eclipse Neon:
Window ->Perspective -> Customize perspective -> Action Set Availability then Check the "Android SDK and AVD Manager" option and hit the OK button.