Android emulator 从未找到Android仿真器

Android emulator 从未找到Android仿真器,android-emulator,Android Emulator,我有两台运行Eclipse的计算机(都是Windows 7)。我最近在这两个平台上更新了Android SDK 当我启动应用程序时,笔记本电脑工作正常,并在控制台窗口中显示以下内容: [2011-01-20 11:44:28 - Balloons] Android Launch! [2011-01-20 11:44:28 - Balloons] adb is running normally. [2011-01-20 11:44:28 - Balloons] Performing org.she

我有两台运行Eclipse的计算机(都是Windows 7)。我最近在这两个平台上更新了Android SDK

当我启动应用程序时,笔记本电脑工作正常,并在控制台窗口中显示以下内容:

[2011-01-20 11:44:28 - Balloons] Android Launch!
[2011-01-20 11:44:28 - Balloons] adb is running normally.
[2011-01-20 11:44:28 - Balloons] Performing org.sherti.balloons.balloons activity launch
[2011-01-20 11:44:28 - Balloons] Automatic Target Mode: Preferred AVD 'AVD2.3-800' is not available. Launching new emulator.
[2011-01-20 11:44:28 - Balloons] Launching a new emulator with Virtual Device 'AVD2.3-800'
[2011-01-20 11:44:30 - Balloons] New emulator found: emulator-5554
[2011-01-20 11:44:30 - Balloons] Waiting for HOME ('android.process.acore') to be launched...
[2011-01-20 11:45:09 - Balloons] HOME is up on device 'emulator-5554'
桌面不工作,并在控制台窗口中显示:

[2011-01-20 11:49:19 - HelloAndroid] ------------------------------
[2011-01-20 11:49:19 - HelloAndroid] Android Launch!
[2011-01-20 11:49:19 - HelloAndroid] adb is running normally.
[2011-01-20 11:49:19 - HelloAndroid] Performing com.example.helloandroid.HelloAndroid activity launch
[2011-01-20 11:49:19 - HelloAndroid] Automatic Target Mode: Preferred AVD 'AVD2.3-480' is not available. Launching new emulator.
[2011-01-20 11:49:19 - HelloAndroid] Launching a new emulator with Virtual Device 'AVD2.3-480'
就这样。我可以等啊等,但“New emulator found”一行永远不会显示。emulator显示正确的AVD,但应用程序从未上载到它。在CMD窗口中执行“adb设备”会显示“已连接设备列表”,但不会显示任何设备


有什么想法吗?谢谢

最近我遇到了同样的问题……我也不知道问题出在哪里。但不知怎的,我找到了解决办法。在项目中创建了一个名为lint.xml的文件,当我删除该文件时,它为我解决了这个问题。我不知道那个文件是做什么的,但是删除它解决了这个问题。请记住,删除该文件后可能必须重新启动eclipse

不适合我。我的projectsOk中没有lint.xml..从任务管理器中杀死adb.exe并重新启动eclipse。还有一件事您可能需要增加adb超时,在eclipse中:windows>首选项>Android>DDMS,默认超时值为5000,将其增加到10000,然后重新启动eclipse。
adb kill server
,然后
start server
用于在这种情况下提供帮助。现在它通过
adb kill server
adb devices
解决了。那太好了……如果它对你有帮助,请将答案标记为已接受…:-)不是我问的。所以我不能:)