Android adb命令选择设备操作
当开了多个模拟器时,安装app需要指定虚拟机,否则会提示:error: more than one device and emulator1、先adb devices 查看设备列表List of devices attachedemulator-5554 deviceemulator-5556 device2、使用命令adb -s emulator-55
·
当开了多个模拟器时,安装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
更多推荐
已为社区贡献13条内容
所有评论(0)