查看版本信息

adb verison

查看连接设备

adb devices

重启adb

adb kill-server

adb start-server

查看测试机信息

查看测试手机系统版本

adb shell getpropro.build.version.release

查看测试手机名称

adb devices -l

查看测试手机开启的APP和动作

adb shell dumpsys activity | findstr “mResume”

adb shell dumpsys activity | findstr “mFocus”

 启动应用

adb shell am start -n <包名>/<activity>




相关文章:

  • 2021-09-17
  • 2021-06-22
  • 2022-12-23
  • 2022-12-23
  • 2021-09-01
  • 2021-12-13
  • 2021-07-17
  • 2021-11-16
猜你喜欢
  • 2021-05-18
  • 2021-09-21
  • 2022-12-23
  • 2021-10-28
  • 2021-05-20
  • 2022-12-23
  • 2021-12-14
相关资源
相似解决方案