On windows, you should choose, either you use the Hyper-V or a third party virtual machines (such as android emulator with virtualization support provided by Intel x86 Emulator Accelerator (HAZM)).
In the second case the system hypervisor should be turned off:
bcdedit /set hypervisorlaunchtype off
To turn it back on execute:
bcdedit /set hypervisorlaunchtype auto start
Reboot.
Showing posts with label emulator. Show all posts
Showing posts with label emulator. Show all posts
Monday, September 8, 2014
Thursday, November 22, 2012
Speed up virtual android
To run the android emulator fast and smooth - use an x86 image with hardware visualization enabled.
To enable the virtualization: on windows, simple just install the "Intel x86 Emulator Accelerator (HAZM)". The install package could be downloaded using the Android SDK Manager.
On Linux (Debian) make sure the following packages are installed:
qemu-kvm, libvirt-bin
To run the emulator as a kernel-based virtual machine, execute:
emulator-x86 -avd -kernel android-sdk-linux_x86/system-images/android-16/x86/kernel-qemu -qemu -m 512 -enable-kvm
To enable the virtualization: on windows, simple just install the "Intel x86 Emulator Accelerator (HAZM)". The install package could be downloaded using the Android SDK Manager.
On Linux (Debian) make sure the following packages are installed:
qemu-kvm, libvirt-bin
To run the emulator as a kernel-based virtual machine, execute:
emulator-x86 -avd
Subscribe to:
Posts (Atom)