最近由于把手机换成了iphone所以开发时使用了模拟器,发现在停止一段时间后,在运行debug程序时,提示模拟器timeout超时,通过寻找方法了解到:
[2012-07-26 21:49:54 - h3] Failed to install h3.apk on device 'emulator-5554': timeout
[2012-07-26 21:49:54 - h3] Launch canceled!
window->preferences->Android->DDMS。把 ADB connection time out (ms):调大。
如把原来的值5000改为500000.之后就好了
Android AVD 安卓虚拟机启动慢并且安装测试程序经常timeout