adb指令的使用

adb指令的使用

  • adb指令使用前 先配置一下环境变量 
  • adb常见指令 
    • [1] adb devices; 
    • [2]adb kill-server 杀死adb服务 
    • [3]adb start-server 
    • [4]adb install + apk名 
    • [5]adb uninstall + 包名 
    • [6]adb push 把电脑上的文件推到手机里 
    • [7]adb pull 把手机上的文件拉倒电脑上 
    • [8]adb shell 快速挂载到手机终端 ctrl + d从终端退出.

猜你喜欢

转载自www.cnblogs.com/nangongyibin/p/10187753.html
今日推荐