1,首先要检查是否已经配置好环境变量或者在platform-tools目录(adb.exe存在的路径)下执行的adb shell
2,步骤1没问题的话,那么运行:adb kill-server
再执行:adb shell
好了,问题解决(PS:反正我的解决了)
转:https://blog.51cto.com/983836259/1406938