标签:
Linux-based systems support virtual machine acceleration through the KVM software package. Follow instructions for installing KVM on your Linux system, and verify that KVM is enabled. In addition to following the installation instructions, be aware of these configuration requirements:
vboxdrv
.To run an x86-based emulator with VM acceleration:
emulator -avd <avd_name> -qemu -m 512 -enable-kvm
Note: You must provide an x86-based AVD configuration name, otherwise VM acceleration will not be enabled.
-qemu -m 512 -enable-kvm
Important: When using the -qemu
command line option, make sure it is the last parameter in your command. All subsequent options are interpreted as qemu-specific parameters.
注: Issue: 195031 Emulator tab not available in Android Studio 1.5
【转】Configuring VM Acceleration on Linux
标签:
原文地址:http://www.cnblogs.com/howdop/p/5324308.html