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 横竖屏的切换
 
posted @ 2015-05-29 13:59  阿伦-艾弗森  阅读(179)  评论(0编辑  收藏  举报