2011-01-20 57 views
3

我有2台运行Eclipse的计算机(都是Windows 7)。我最近更新了两者上的Android SDK。Android模拟器从未找到

笔记本电脑工作正常,并显示在控制台窗口下面当我开始我的应用程序:

[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”行不会显示。仿真器以正确的AVD显示,但该应用程序从未上传到它。在CMD窗口中执行“adb设备”会显示“附加设备列表”,但不会显示任何设备。

任何想法?谢谢

回答

0

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

+0

不适合我。在我的项目中没有lint.xml – 2012-01-10 04:55:49