adb.exe: more than one device/emulator

adb.exe: more than one device/emulator
表示:你当前连接了多个设备或模拟器,但没有指定要操作哪一个设备。

C:\Users\Administrator>adb devices List of devices attached 0123456789ABCDEF device emulator-5554 device 如何关闭掉 仿真的这个呢?

C:\Users\Administrator>adb -s emulator-5554 emu kill
OK: killing emulator, bye bye

adb.exe: more than one device/emulator_第1张图片

你可能感兴趣的:(adb)