DDms有时打不开

发布于 2024-08-28 22:51:11 字数 213 浏览 6 评论 0原文

在我的系统中,有时 ddms(dalvik 调试器)工具有时无法打开。问题是什么?对于这个问题我能做些什么呢?当我通过命令提示符打开它时,它显示以下错误:

38:16 E/DeviceMonitor:无法读取 adb 响应!
38:24 E/DeviceMonitor:无法读取 adb 响应!

我能做些什么?

In my system sometimes ddms (dalvik debugger) tool sometimes doesn't open. What is the problem? And what can I do for this problem? When I open it through command prompt it displays the following error:

38:16 E/DeviceMonitor: Failed to read the adb response!
38:24 E/DeviceMonitor: Failed to read the adb response!

What can I do?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

残花月 2024-09-04 22:51:11

有时我在将调试器连接到设备时遇到问题。从命令行运行它可以修复它。

adb kill-server
adb start-server

另外,运行多个版本的 Eclipse(或 Eclipse 加上 DDMS 工具本身)可能会导致问题(我相信您现在会收到有关此问题的警告)。

Sometimes I get problems attaching the debugger to a device. Running this from the command line can fix it.

adb kill-server
adb start-server

Also, running more than one version of Eclipse (or Eclipse plus the DDMS tool itself) can result in problems (you get warnings about this now I believe).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文