且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Android模拟器拒绝启动

更新时间:2022-10-15 16:50:40

我有这个问题,并通过删除模拟器并创建一个新的修复它
在eclipse :


  1. 菜单窗口 - > Android SVK和AVD管理器

  2. 选择虚拟设备(应该已经选择)

  3. 选择

  4. 点击修改查看设置并记住他们,点击取消。

  5. 点击删除删除模拟器。
  6. 点击创建创建一个与旧的相同的新的。

  7. 单击开始。

在这之后大约30秒钟开始。



通常,模拟器大约在2-3分钟内启动。然后它神秘地停止工作。我在放弃之前看到启动动画30分钟。




  • 注意1:这样做会擦除用户数据。 >
  • 注意#2:如上所述,***在快照上勾选Enabled,这样可以让您下次启动更快的启动。

  • 注3:我的新模拟器也是用中文出现的。这有点奇怪:)


I'm an Android newbie trying to learn how to port one of my apps to the Android platform. I've been following this tutorial:

http://www.vogella.de/articles/Android/article.html#overview

I'm stuck unable to boot up the emulator :( When I tell it to start, it would just stick at the "Android" boot animation for hours on end. I searched online and found some pages talking about disabling the boot animation. I did so and tried again. There's no boot animation (just the word "Android" flashing), but it's still hours with no sign of booting. 'top' shows an app called 'emulator' using a lot of CPU.

Am I doing something wrong? My system is an AMD Athlon X2 dual-core QL-60, 1900 MHz with 3GB ram.

Thanks for any help you can offer.

I had this problem and fixed it by deleting the emulator and creating a new one. In eclipse:

  1. Menu Window -> Android SVK and AVD Manager
  2. Select Virtual devices (should be selected already)
  3. Select the emulator giving you problems
  4. Click edit to see the setting and remember them, click cancel.
  5. Click delete to delete the emulator.
  6. CLick create to create a new one that is the same as the old one.
  7. Click start.

It started in about 30 seconds after I did that.

Normally the emulator starts in about 2-3 minutes for me. Then it mysteriously stopped working. I was seeing boot animation for 30 minutes before I gave up.

  • Note #1: Doing this will wipe your user data.
  • Note #2: As mentioned else where, it's a good idea to check "Enabled" for the snapshot, this lets you do faster startup next time.
  • Note #3: Also my new emulator came up in chinese. That's kinda of weird :)