解决方法:重启服务

 

一.关闭

adb kill-server

 

二.启动

adb start-server

 

三.连接

adb connect 192.168.1.10

 

四.查看设备

adb devices

输出

List of devices attached
192.168.1.10:5555    device

 

 

相关文章:

  • 2021-09-15
  • 2021-12-03
  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-10
  • 2022-12-23
猜你喜欢
  • 2022-01-03
  • 2021-09-28
  • 2021-08-14
  • 2021-05-22
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
相关资源
相似解决方案