1. 先使用命令查看设备的厂商/设备ID

adb shell 提示错误: device not found

2. 编写 ~/.android 文件

adb shell 提示错误: device not found

3. 重启 USB 和 ADB 服务

adb shell 提示错误: device not found

4. 使用指令 adb devices 查看设备列表

adb shell 提示错误: device not found

5. 调试多个设备时, 可使用指令 adb -s <0123456789ABCDEF> shell

adb shell 提示错误: device not found

相关文章:

  • 2022-01-24
  • 2022-12-23
  • 2021-10-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-21
  • 2022-12-23
  • 2021-05-31
  • 2021-08-21
  • 2021-07-21
相关资源
相似解决方案