adb kill-server 关闭adb服务
adb start-server 开启adb服务
5037端口被占用
netstat -ano | findstr "5037"
taskkill -f -pid xxx