运行Eclipse Emulator时发生错误

时间:2013-12-03 12:35:23

标签: android eclipse cordova android-emulator

Iam Beginer for Eclipse Phonegap,当我尝试创建一个小应用程序时,模拟器始终显示错误消息为“

Failed to install Homeapp.apk on device 'emulator-5554': timeout
 Launch canceled

!“,为什么会一直发生,建议解决此错误。

3 个答案:

答案 0 :(得分:6)

试试这个:

Go to Window --> Preferences --> Click on Android Arrow --> DDMS and change ADB Connection Timeout value to some large value then current.

希望这有帮助。

答案 1 :(得分:3)

它发生在我身上很多次因为模拟器长时间未使用而adb停止响应这就是模拟器超时发生的原因。

这个解决方案就是关闭模拟器并重新启动它。

另一个是

尝试更改ADB连接超时。我认为默认为 5000ms 并更改为 10000ms 以摆脱该问题。

如果你在Eclipse中,可以通过

来完成
 Window -> Preferences -> Android -> DDMS -> ADB Connection Timeout (ms)

答案 2 :(得分:0)

如果您正在使用Eclipse,请重新启动您的模拟器....希望您不会再次出现超时错误...