ADB异常无法使用* daemon not running. starting it now on port 5037 * 解决方法
1,进入adb shell,提示错误

2,解决方法
找出占用端口的进程,杀掉
netstat -ano | findstr "5037"

taskkill /f /pid 9704

3,解决

1,进入adb shell,提示错误

2,解决方法
找出占用端口的进程,杀掉
netstat -ano | findstr "5037"

taskkill /f /pid 9704

3,解决
