1、adb devices

  查看所有连接设备。

2、adb -s <设备名> shell

  指定device来执行adb shell。

3、adb -s <设备名> <指令>

  在指定设备执行指令。

相关文章:

  • 2021-12-20
  • 2021-06-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-02
  • 2021-07-04
  • 2021-05-02
猜你喜欢
  • 2021-07-27
  • 2021-08-04
  • 2022-02-08
  • 2022-12-23
  • 2021-12-03
  • 2021-11-20
相关资源
相似解决方案