zoukankan      html  css  js  c++  java
  • ADB常用命令

    1.adb devices 列出所有的设备
     
    2.adb start-server 开启adb服务
     
    3.adb kill-server  关闭adb服务
     
    4.adb logcat  查看Log
     
    5.adb shell  挂载到Linux的空间
     
    6.adb install <应用程序(加扩展名)>   安装应用程序
     
    7.adb –s <模拟器名称>  install  <应用程序(加扩展名)>  安装应用到指定模拟器
     
    8.adb uninstall <程序包名>
     
    9.adb pull <remote> <local>
     
    10.adb push <local> <remote>
     
    11.emulator –avd <模拟器名称>
     
    12.ctrl + F11 横竖屏的切换
     
  • 相关阅读:
    numpy
    shell进阶2
    python笔记3
    shell进阶1
    记录:Paxos原理、历程及实战
    收藏
    linux fs io
    linux mount 操作
    docker好文收藏
    rbd snap(1)
  • 原文地址:https://www.cnblogs.com/AllenIverson/p/4538358.html
Copyright © 2011-2022 走看看