Android emulator is based on QEMU. Can I use KVM with it?

Posted by Felix on Stack Overflow See other posts from Stack Overflow or by Felix
Published on 2010-04-08T10:02:00Z Indexed on 2010/04/08 10:03 UTC
Read the original article Hit count: 215

Filed under:
|

My laptop supports hardware virtualization (AMD SVM) and I know that:

  • QEMU can make use of hardware virtualization through KVM;
  • The Android emulator is very much based on QEMU

Natural question follows: can I combine the two (Android+KVM) to get improved performance in the emulator?

© Stack Overflow or respective owner

Related posts about android

Related posts about android-emulator