我们在用模拟器调试的时候,经常会出现Failed to install on device 'emulator-5554': timeout这个错误。其实就是有些虚拟器在部署的时候时间过于长。系统就认为time out了。而eclipse默认时长是5s,所以我们只需要把这个时间改长就可以了。

eclipse -> window -> Preferences -> Android -> DDMS -> ADB connection time out(ms).把这个时间设置的长一些,默认是5秒

我改为20s就ok了

eclipse安卓模拟器Failed to install on device 'emulator-5554': timeout处理方案

相关文章:

  • 2021-06-13
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-20
  • 2021-06-25
猜你喜欢
  • 2021-12-07
  • 2021-11-13
  • 2022-12-23
  • 2021-09-15
相关资源
相似解决方案