一、问题描述

  adb shell命令后出现error: device not found报错

二、解决方案,执行以下命令(执行命令的时候需要电脑连接手机)
  adb kill-server
  adb start-server

三、执行完以上命令之后再执行adb shell,即可进入adb shell环境

 adb shell命令后出现error: device not found报错解决方案

 

相关文章: