android-emulator - 一直找不到安卓模拟器

标签 android-emulator

我有 2 台运行 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'

就是这样。我可以等啊等,永远不会显示“找到新的模拟器”行。模拟器显示正确的 AVD,但应用程序从未上传到它。在 CMD 窗口中执行“adb devices”会显示“连接的设备列表”,但不会显示任何设备。

有什么想法吗?谢谢

最佳答案

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

关于android-emulator - 一直找不到安卓模拟器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4750084/

相关文章:

android - AVD 在 android studio 中无法正常工作

python - Android的MonkeyRunner偶尔会抛出异常

android - JsonSyntaxException 无法解析为类型

c# - google avd 和 3g 打开

android - 如何在 Genymotion 中重启安卓设备模拟器

android - 如何通过命令行查找设备的 Android 操作系统版本?

android - 如何让安卓模拟器跑得快

android-emulator - Cordova 将应用程序加载到 android 模拟器

android - startactivity() 不适用于扩展 ListActivity 的内部类

java - 在 Android 模拟器中以 "Airplane"模式进行测试