ddms 仿真器控制已禁用
我是 android 开发的初学者,问题是 ddms 上禁用了模拟器控制。我尝试打开但找不到如何再次打开它?如何打开模拟器控件?谢谢您的回复。
i am beginner in android development and the problem is that emulator control is disabled on the ddms. I tried to open but i could not find how to open it again? How can i open emulator control? Thank you for your replies.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
从 DDMS 角度,依次单击“Window”、“Show View”、“Other” - 然后向下钻取至“Android”并选择“Emulator Control”。视图应该打开。如果所有输入均呈灰色,则您需要单击“设备”视图中的模拟器(可能是模拟器 5554)以启用“模拟器控制”视图中的输入。
From the DDMS perspective click Window, Show View, Other - then drill down to Android and select Emulator Control. The view should open. If all the inputs are greyed out, then you need to click on the emulator (emulator 5554 probably) in the Devices view to enable input in the Emulator Control view.
要在 DDMS 中启用模拟器控制,您必须从设备视图中选择一个设备
For enabling emulator control in DDMS, you have to select a device from the device view
从 DDMS 的设备部分选择设备进程。 Eclipse 可能会停止响应,就像我的情况一样。重新启动 eclipse 但保持模拟器运行。当您返回 eclipse 时,它将被启用。
Pick the device process from the device section in DDMS. Eclipse might stop responding as in my case. Restart eclipse but keep the emulator running. When you return to eclipse it will be enabled.