tags:

views:

72

answers:

1

Hi,In my system some time ddms(dalvik debugger) tool some times not opened .What is the problem.And what can i do For this problem.When i open it through command propmt it disply 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?Thanks in advance.

A: 

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).

Jim Blackler