ADB常用命令

Posted HY韩羽

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ADB常用命令相关的知识,希望对你有一定的参考价值。

 

参考  http://adbshell.com/commands

常用命令

查看adb 版本

adb version

 

打印所有附加模拟器/设备的列表

adb devices

 

设备序列号

adb get-serialno

 

连接设备shell

adb shell

 

如果多个设备设置,选择操作对象

adb -s 序列号 shell

比如  adb -s e0d168f87d93 shell

 

TCP模式端口重新启动:5555  adb tcpip 5555

adb connect 192.168.0.101

 

下载到电脑

adb pull /sdcard/DCIM/camera/IMG_20180902_095735.jpg

adb pull /sdcard/DCIM/camera/IMG_20180902_095735.jpg D:adb_down

 

上传到手机

adb push C:UsershanyuxinDesktopadb.docx /sdcard/download

 

以上是关于ADB常用命令的主要内容,如果未能解决你的问题,请参考以下文章

ADB常用命令大全

adb测试常用命令

超实用的adb与adb shell常用命令汇总

Android 常用adb命令

常用的adb命令

adb shell monkey常用命令