一、问题描述

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

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

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

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

 

相关文章:

  • 2022-12-23
  • 2021-10-06
  • 2021-10-06
  • 2022-12-23
  • 2021-06-27
  • 2021-10-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-31
  • 2021-10-21
  • 2021-09-15
相关资源
相似解决方案