连接多个设备时的adb使用

来源:互联网 发布:nginx 并发设置 编辑:程序博客网 时间:2024/05/16 17:30
adb devices 列出当前连接到主机的所有设备:

List of devices attached 
S58306b93dacc device
HC27MPG00920 device

adb -s S58306b93dacc shell    用shell登录到指定的设备

adb -s HC27MPG00920 shell

adb -s HC27MPG00920 root

adb -s HC27MPG00920 install xxxxx.apk 在指定的设备上安装apk
原创粉丝点击