Ghost Android 模拟器自行启动
Ghost Android emulators starting by themselves
我注意到 Android Studio(和 adb)有时会显示我有一个或多个 Android 模拟器 运行 尽管我没有启动其中任何一个:
$ adb devices
List of devices attached
emulator-5670 host
emulator-5640 host
在命令行中使用adb时有点不方便,每次都必须用-d
指定设备,因为它说多个设备是运行.
他们为什么开始(是什么触发了这个)?可以禁用吗?
Android Studio 版本:1.5.1(在 Windows 10 上)
这是一个模拟器错误,
尝试重启 ADB 进程
https://groups.google.com/forum/#!msg/adt-dev/4Qbchil3Tcw/VnRhfh-zAgAJ
我注意到 Android Studio(和 adb)有时会显示我有一个或多个 Android 模拟器 运行 尽管我没有启动其中任何一个:
$ adb devices
List of devices attached
emulator-5670 host
emulator-5640 host
在命令行中使用adb时有点不方便,每次都必须用-d
指定设备,因为它说多个设备是运行.
他们为什么开始(是什么触发了这个)?可以禁用吗?
Android Studio 版本:1.5.1(在 Windows 10 上)
这是一个模拟器错误, 尝试重启 ADB 进程
https://groups.google.com/forum/#!msg/adt-dev/4Qbchil3Tcw/VnRhfh-zAgAJ