4

我刚刚在 Eclipse 中安装了 Android 插件。创建了一个在 Android 4.0 API 级别 14 (Nexus S) 上运行的新虚拟设备,但它不会模拟。我在一篇文章中读到我可以将 android 文件夹移动到另一个位置,所以我这样做了,但无济于事,它仍然不会模拟 android 窗口将启动,并且“ANDROID”文本将加载数天,但没有任何更远。(我通常只是阅读但从未发布过,所以请原谅我的格式)检查控制台这是可用的文本:

   [2013-04-01 20:35:42 - Android Test] ------------------------------
   [2013-04-01 20:35:42 - Android Test] Android Launch!
   [2013-04-01 20:35:42 - Android Test] adb is running normally.
   [2013-04-01 20:35:42 - Android Test] Performing com.theprogrammer.android.test.MainActivityMainActivity activity launch
   [2013-04-01 20:35:43 - Android Test] Automatic Target Mode: launching new emulator with compatible AVD 'Phone_IceCreamSandwich'
   [2013-04-01 20:35:43 - Android Test] Launching a new emulator with Virtual Device 'Phone_IceCreamSandwich'
   [2013-04-01 20:35:55 - Android Test] New emulator found: emulator-5554
   [2013-04-01 20:35:55 - Android Test] Waiting for HOME ('android.process.acore') to be launched...
   [2013-04-01 20:37:12 - Android Test] HOME is up on device 'emulator-5554'
   [2013-04-01 20:37:12 - Android Test] Uploading Android Test.apk onto device 'emulator-5554'
   [2013-04-01 20:37:12 - Android Test] Installing Android Test.apk...
   [2013-04-01 20:38:13 - Android Test] Success!
   [2013-04-01 20:38:13 - Android Test] Failed to install Android Test.apk on device 'emulator-5554': device not found
   [2013-04-01 20:38:13 - Android Test] com.android.ddmlib.InstallException: device not found
   [2013-04-01 20:38:13 - Android Test] Launch canceled!
4

2 回答 2

1

在这种情况下,您可以执行以下操作:

  • 重新安装 ADT Android Eclipse 工具
  • 清理项目
  • 在eclipse中尝试手动启动模式

另外,我发现这些答案可能对您有所帮助:

看看,看看有没有帮助。Android有时很奇怪。

于 2013-04-01T20:41:37.233 回答
0

我发现耐心是一种美德,因为模拟器需要时间来启动,但它最终会启动,只需记下你给它的 RAM 大小,因为它实际上会从你的物理内存中获取它。

编辑
我建议使用 Genymotion,因为自从这个错误以来我一直在使用它,它对我来说效果很好。迁移到另一台 PC 也很简单,因为您只需移动虚拟设备。

于 2013-10-21T14:22:36.040 回答