[2010-06-02 14:30:42 - helloAndroid] ------------------------------
[2010-06-02 14:30:42 - helloAndroid] Android Launch!
[2010-06-02 14:30:42 - helloAndroid] adb is running normally.
[2010-06-02 14:30:42 - helloAndroid] Performing com.eoewichina.helloAndroid activity launch
[2010-06-02 14:30:42 - helloAndroid] Automatic Target Mode: launching new emulator with compatible AVD 'sdk_1_5_version'
[2010-06-02 14:30:42 - helloAndroid] Launching a new emulator with Virtual Device 'sdk_1_5_version'
[2010-06-02 14:31:01 - helloAndroid] New emulator found: emulator-5554
[2010-06-02 14:31:01 - helloAndroid] Waiting for HOME ('android.process.acore') to be launched...
[2010-06-02 14:32:19 - helloAndroid] emulator-5554 disconnected! Cancelling 'com.eoewichina.helloAndroid activity launch'!

解决方案 »

  1.   

    adb掉了,解决方法:
    1. 在ddms里面使用adb reset。
    2. 重新打开一个模拟器。
      

  2.   

    2楼正解。另外,可以在windows任务管理器(ctrl+alt+del)中看一下,是不是adb.exe这个进程已经没有了。
      

  3.   

    这个问题我遇到无数次,主要是由于在模拟器正在加载的过程中(也就是正在启动出现主界面的过程中),或许是因为时间过长的原因,把模拟器关闭了,所以就出现disconnected的现象!