运行时控制台总是出现emulator-5554 disconnected,模拟器不能运行
运行是用myEclipse8.6+android1.6
但是每次运行时,模拟器显示后就没有响应
控制台的信息是
[2011-03-26 10:16:04 - TestAndroid] ------------------------------
[2011-03-26 10:16:04 - TestAndroid] Android Launch!
[2011-03-26 10:16:04 - TestAndroid] adb is running normally.
[2011-03-26 10:16:04 - TestAndroid] Performing com.test.Test activity launch
[2011-03-26 10:16:04 - TestAndroid] Automatic Target Mode: Preferred AVD 'avd1.6' is not available. Launching new emulator.
[2011-03-26 10:16:04 - TestAndroid] Launching a new emulator with Virtual Device 'avd1.6'
[2011-03-26 10:16:07 - TestAndroid] New emulator found: emulator-5554
[2011-03-26 10:16:07 - TestAndroid] Waiting for HOME ('android.process.acore') to be launched...
[2011-03-26 10:17:35 - TestAndroid] emulator-5554 disconnected! Cancelling 'com.test.Test activity launch'!
在网上的解决方法是
1.删掉adb.exe,然后重启myeclipse
但还是不行,但是运行不了。。。