DDMS 按钮不可用
我刚刚完成我的第一个 Android 项目,当我启动模拟器时,Android DDMS 按钮应该在右上角的 Java Perspective 按钮旁边可见,但它不在那里。我检查了已安装的软件包并且它已安装,但我显然在配置中遗漏了一些内容。如果有人能指出在哪里
I'm just working through my first Android project and when I fire up my Emulator the Android DDMS button should be visible in the top right hand corner next to the Java Perpective button but it isn't there. I checked on installed packages and it is installed but I have obviously missed something in my configuration. If someone can point out where
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我通过选择新视角、选择其他,然后选择 DDMS 找到了 DDMS,该按钮现在可见。我不知道为什么它从一开始就不存在,但现在可以使用了。
I found the DDMS by selecting new perpective, selecting Other and then selecting DDMS and the button is now visible. Why it isn't there from the start I don't know but it available now.
它应该在窗口 -> 下开放视角->其他-> DDMS。
或者您可以从命令行启动它。 DDMS 应位于 SDK 的
tools/
目录下。在我的计算机中,SDK 位于Documents/workspace/
中,因此要启动 DDMS,我需要输入It should be under Window -> Open Perspective -> Other -> DDMS.
Or you could launch it from the command line. DDMS should be under the
tools/
directory of your SDK. In my computer the SDK is inDocuments/workspace/
, so to launch DDMS i would type