开发者

Android emulator never loads in Ubuntu 11

开发者 https://www.devze.com 2023-03-09 09:52 出处:网络
I\'ve posted a similar question with a similar problem but on windows XP. 开发者_如何学PythonSo i installed ubuntu 11 and this>

I've posted a similar question with a similar problem but on windows XP. 开发者_如何学PythonSo 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.


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


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.


Just reinstalled the jvm and it worked.

0

精彩评论

暂无评论...
验证码 换一张
取 消