环境

 

Eclipse Indigo + Android 2.2

 

问题

 

已启动模拟器,执行adb命令出现错误:error: device not found。执行adb devices发现列表为空。

 

#执行命令发现设备为空
H:\Program files\android-sdk-windows\platform-tools>adb devices
List of devices attached


error: device not found解决

解决

 

1.         结束adb.exe进程;

2.         重启模拟器;

3.         重新执行。

 

#出现设备,成功
H:\Program files\android-sdk-windows\platform-tools>adb devices
List of devices attached
emulator-5554   device


参考资料

error: device not found解决办法

 

 

 

 

error: device not found解决 error: device not found解决  error: device not found解决
@Wentasy 博文仅供参考,欢迎大家来访。如有错误之处,希望批评指正。原创博文如需转载请注明出处,谢谢 :) [CSDN博客]

相关文章:

  • 2021-10-22
  • 2022-12-23
  • 2022-02-11
  • 2022-02-24
  • 2021-11-28
  • 2021-10-29
猜你喜欢
  • 2021-10-06
  • 2021-12-16
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案