adb device 显示多个emulator-5566 host

两盒软妹~` 提交于 2019-12-03 06:17:16

问题描述:
adb devices 显示多个emulator-5566 host

>adb devices
List of devices attached
192.168.179.101:5555    device
emulator-5566   host
emulator-5562   host
emulator-5584   host
emulator-5574   host
emulator-5582   host
emulator-5578   host

解决办法:
This is an emulator bug, try to restart the ADB process,like

adb kill-server;
adb devices;

参考网址:
https://groups.google.com/forum/#!msg/adt-dev/4Qbchil3Tcw/VnRhfh-zAgAJ

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!