首页 > 移动平台 > 详细

Speeding up Android Emulator on Ubuntu

时间:2014-12-13 06:25:17      阅读:408      评论:0      收藏:0      [点我收藏+]

http://techtach.com/2014/05/boost-android-emulator-performanceon-linux-speeding-up-android-emulator-on-ubuntu/


Note: Earlier I had asked this question on stackoverflow , but got no responses, hence reposting it here.

I am using Ubuntu 12.04 (x86-64 version) and recently downloaded the adt bundle (adt-bundle-linux-x86_64-20130917.zip) from Android site. Created several virtual devices from eclipse -> Window-> Android Virtual Device Manager. But the virtual devices are not starting When I click start for any of the AVDs, a ‘starting emulator‘ dialog box comes, the loading bar loads fully but nothing starts -- even after considerable wait.

Tried to run the emulator (inside sdk/tools) from console:-

./emulator -avd <AVD_name>
Segmentation fault (core dumped)

However, when I run this, it throws error but emulator comes up.

./emulator64-arm -avd <AVD_name>
emulator: ERROR: Could not load OpenGLES emulation library: lib64OpenglRender.so: cannot open shared object file: No such file or directory
emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.

What may be causing AVD to fail when invoked from Android Virtual Device Manager inside eclipse? Have anybody faced similar problems?

12.04  android  eclipse

http://code.google.com/p/android/issues/detail?id=34233

http://www.redips.net/android/emulator-fedora-linux/
http://askubuntu.com/questions/364980/ubuntu-12-04-andorid-virtual-device-android-virtual-device-not-starting-up

Speeding up Android Emulator on Ubuntu

原文:http://my.oschina.net/uniquejava/blog/355682

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!