Android 模拟器永远不会在 Ubuntu 11 中加载
我已经发布了一个类似的问题,但在 Windows XP 上有类似的问题。所以我安装了 ubuntu 11 和这个> sun-jdk 6、sun-jre 6、eclipse galileo、adt 插件和 android sdk。 即使是 1.5 android 目标设备也无法工作。只是永远加载,到达闪烁的 android word 屏幕,它会一直持续下去。我让它加载一个小时,没有任何变化。 运行此操作的清单是什么?我对这种情况非常失望。
规格> Athlon 64x2 3600+,内存 = 1.5 Gb
我制作了默认的 1.5 目标设备,另一台具有 2.3.3 和 256 内存,另一台具有 2.1 和默认值。
I've posted a similar question with a similar problem but on windows XP. So i installed ubuntu 11 and this>
sun-jdk 6, sun-jre 6, eclipse galileo, adt plugin and the android sdk.
Not even the 1.5 android target device works. Just loads forever, reaching the flashing android word screen and it goes on and on. I let it load for a hour and nothing changes.
What's the checklist to make this run? I am very dissapointed with this situation.
Specs> Athlon 64x2 3600+, ram = 1.5 Gb
I made the default 1.5 target device, another one with 2.3.3 and 256 ram, and another one with 2.1 and defaults.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
当您手动启动 eclipse 并启动 adt 时,控制台中出现什么错误?
用于启动 eclipse 的 jre/jdk 是什么? (ps 传真 | grep eclipse)
Stéphane
What error do you get in console when you launch eclipse by hand and launch adt ?
What is the jre/jdk used to launch eclipse ? (ps fax | grep eclipse)
Stéphane
一旦动画出现,您应该能够获得与模拟器的 adb 连接并使用 adb shell 或 adb logcat 输出,这将让您知道它是否仍在执行安装任务,例如 dexopting 包,它是否已死机,或者是否android 运行时陷入崩溃和重启循环。
Once the animation comes up you should be able to get an adb connection to the emulator and use the adb shell or adb logcat output, this will let you know if it's still doing setup tasks such as dexopting packages, if it's dead, or if the android runtime is stuck in a crash and restart loop.
刚刚重新安装了jvm就可以了。
Just reinstalled the jvm and it worked.