您的位置:首页 > 其它

adb常用命令

2015-11-17 09:27 169 查看
注意:需要先配置adb环境变量

db 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> 下载

ctrl + F11 横竖屏的切换

emulator –avd <模拟器名称> AVD存储位置 (了解,需要配置emulator环境)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: