adb 不能启动:
1、cmd中执行: netstat -ano | findstr "5037"
2、然后杀掉5037进程 : tskill pid(如 tskill 3520)
3、然后执行:adb shell
出来root@android:/ # 即可
在eclipse的DDMS中看有没有device 信息,没有的话就选择Reset adb
adb 不能启动:
1、cmd中执行: netstat -ano | findstr "5037"
2、然后杀掉5037进程 : tskill pid(如 tskill 3520)
3、然后执行:adb shell
出来root@android:/ # 即可
在eclipse的DDMS中看有没有device 信息,没有的话就选择Reset adb