adb 不能启动:
1、cmd中执行: netstat -ano | findstr "5037"2、然后杀掉5037进程 : tskill pid(如 tskill 3520)3、然后执行:adb shell
出来 # 即可
在eclipse的DDMS中看有没有device 信息,没有的话就选择Reset adb
本文共 212 字,大约阅读时间需要 1 分钟。
adb 不能启动:
1、cmd中执行: netstat -ano | findstr "5037"2、然后杀掉5037进程 : tskill pid(如 tskill 3520)3、然后执行:adb shell
出来 # 即可
在eclipse的DDMS中看有没有device 信息,没有的话就选择Reset adb
转载于:https://www.cnblogs.com/kaixiner/p/3656495.html