Android adb命令选择设备操作

当开了多个模拟器时,安装app需要指定虚拟机,否则会提示:error: more than one device and emulator

1、先adb devices 查看设备列表

List of devices attached
emulator-5554   device
emulator-5556   device


2、使用命令

adb -s emulator-5556 install C:\Users\Desktop\abc1.02.apk


你可能感兴趣的:(Android adb命令选择设备操作)