转载自http://blog.csdn.net/linxinfa/article/details/52152936
win+R,cmd,打开cmd.exe,输入
adb kill-server
adb start-server
adb devices
看是否有识别到你的真机设备
如果有,理论上eclipse应该能识别到了,启动eclipse,找到【DDMS】,如果没找到,【Window】-【Open Perspective】-【DDMS】
打开DDMS窗口,正常情况下是能识别到了
如果还是没有,可能你的eclipse少了一个叫hprof-conv.exe的东东,上网下载hprof-conv.exe,然后丢到
\adt-bundle-windows-x86-20140321\sdk\tools目录下,重启eclipse
hprof-conv.exe传送门:点击打开链接
模拟器也可以的哟,