in the post Making the Android emulator run faster
there is the answer:
Linux:
- Install KVM: open GOOGLE, write "kvm installation "
- Create AVD with "Intel atom x86" CPU/ABI
- Run from command line: emulator -avd avd_name -qemu -m 512 -enable-kvm
- Or run from Eclipse: Run/Run Configurations/Tab "Target" - > check Intel x86 AVD and in "Additional Emulator Command Line Options" window add: -qemu -m 512 -enable-kvm (click Run)
I am using Ubuntu 16.04 (and Oracle VM virtual box and Genymotion - but do not know if it matters there), I probably sucessfully installed KVM. Although, I do not understand the next part:
Create AVD with "Intel atom x86" CPU/ABI
What program or command this is?