常用adb命令

常见的adb命令
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 <模拟器名称>

ctrl + F11 横竖屏的切换 
注意:在使用命令的时候将尖括号去掉
-s 可以指定多个设备中的某一个设备




posted @ 2015-01-01 23:28  就不呵呵呵  阅读(153)  评论(0编辑  收藏  举报