1 开启正确的USB链接方式
2 adb kill-server
3 adb start-server (如果失败,那就是5037端口被占用,通过netstat -ano|findstr "5037"找到后杀掉相应进程就好了)
4 adb shell
说明ADB开启成功了。