adb devices 检查设备连接正常
$ adb devices
List of devices attached
721QADRQ45CPH device
adb install 可以正常装安装包
$ adb install /c/Users/byoos/Downloads/com.sup.android.superb_3.0.6_306.apk
Performing Streamed Install
Success
执行 adb shell,只有光标闪烁无响应
adb kill-server 并 adb start-server 重启也有试过,设备重启也有试过,均无法解决问题