首先要配置环境变量。

adb devices 列出所有的设备

adb start-server 开启adb服务

adb kill-server    关闭adb服务

adb logcat    查看Log

adb shell    挂载到Linux的空间

adb install <应用程序(加扩展名)>     安装应用程序

adb –s <模拟器名称>  install  <应用程序(加扩展名)>  安装应用到指定模拟器

adb uninstall <程序包名>

adb pull <remote> <local>

adb push <local> <remote>

emulator –avd <模拟器名称>

相关文章:

  • 2021-08-02
  • 2022-12-23
  • 2021-09-28
  • 2021-11-03
  • 2021-11-03
  • 2021-09-08
  • 2021-10-08
猜你喜欢
  • 2021-06-02
  • 2022-12-23
  • 2022-02-08
  • 2022-01-13
  • 2022-02-21
  • 2021-10-12
相关资源
相似解决方案