android - intel x86 emulator accelerator not compatible with linux -


i want use intel x86 emulator accelerator better performance other emulator dies out while loading because of low configuration of machine. using linux mint 32 bit. there way can enable , use it.

here screenshot of issue: http://tinypic.com/r/1eunwh/5

on linux can't use extension, can run intel avd images qemu , kvm. you'll notice totally different emualator experience - compared arm emulation.

so need run emulator -avd <avd_name> -qemu -m 512 -enable-kvm @ shell. more details here: http://developer.android.com/tools/devices/emulator.html#vm-linux

notice cpu needs support virtualization technologies. more kvm installation here: https://help.ubuntu.com/community/kvm/installation


Comments