Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的系统中,有时 ddms(dalvik 调试器)工具有时无法打开。问题是什么?我能做些什么来解决这个问题?当我通过命令提示符打开它时,它显示以下错误:
38:16 E/DeviceMonitor:读取 adb 响应失败! 38:24 E/DeviceMonitor:读取 adb 响应失败!
我能做些什么?
有时我在将调试器附加到设备时遇到问题。从命令行运行它可以修复它。
adb kill-server adb start-server
此外,运行多个版本的 Eclipse(或 Eclipse 加上 DDMS 工具本身)可能会导致问题(我相信您现在会收到关于此的警告)。