我使用模拟器AVD,我有3个android:
我使用命令行启动第一个和第二个android:
emulator -avd test
emulator -avd test1
之后,当我使用此命令行时:
avd devices
我有
所附设备清单
模拟器-5556设备
emulator-5554设备
如何使用adb(仅命令行)识别我的Android模拟器?
如果不可能,我怎么知道我的设备是否以"模拟器" (只有命令行)?
答案 0 :(得分:4)
尝试对TELNET
AVD
emulator -avd test
emulator -avd test1
avd devices
List of devices attached
emulator-5556 device
emulator-5554 device
telnet localhost 5554
Trying 127.0.0.1...
Connected to localhost.
...
OK
avd name
test1