多模拟器时选取其中一个进行操作
2017-03-14 本文已影响0人
奇_66a0
adb devices命令获取当前模拟器列表
若有多个模拟器时,直接操作或报error:more than one device/emulator,需求指定一个模拟器进行操作。
adb -s emultorname shell 对单个模拟器进行操作
adb devices命令获取当前模拟器列表
若有多个模拟器时,直接操作或报error:more than one device/emulator,需求指定一个模拟器进行操作。
adb -s emultorname shell 对单个模拟器进行操作