Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

intel x86 emulator accelerator not compatible with linux

I want to use intel x86 emulator accelerator for better performance as other emulator dies out while loading because of low configuration of machine. I am using Linux Mint 32 bit. Is there any way I can enable it and use it.

Here is a screenshot of the issue: http://tinypic.com/r/1eunwh/5

like image 721
user2354130 Avatar asked May 06 '13 10:05

user2354130


2 Answers

On Linux you can't use this extension, but you can run the Intel avd images with qemu and KVM. You'll notice a totally different emualator experience - compared to the ARM emulation.

So basically you only need to run emulator -avd <avd_name> -qemu -m 512 -enable-kvm at a shell. More details here: http://developer.android.com/tools/devices/emulator.html#vm-linux

Notice that your CPU needs to support some virtualization technologies. More about kvm installation here: https://help.ubuntu.com/community/KVM/Installation

like image 155
fish Avatar answered Nov 01 '22 22:11

fish


There is a fast emulator alternative named Genymotion for android which run on all platforms including Linux, mac OS, and windows. It also support full mobile device emulation, for example you can download Xperia Z image file and test your application on that Virtual machine. Also you have to install Virtualbox on your computer.

have fun.

like image 27
Sadegh Avatar answered Nov 01 '22 23:11

Sadegh