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

前端 未结 5 1549
有刺的猬
有刺的猬 2020-12-14 11:42

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

  • QEMU can make use of hardware virtualization through KVM;
  • The Android emulator i
5条回答
  •  攒了一身酷
    2020-12-14 12:03

    Not closely related to the answer you are after, but

    • use Run when you work on your interface, or as much as possible while coding (it's a lot faster compared to Debug, even 10 times faster)
    • try to minimize the Debug runs, learn to code perfect, so use less Debug.
    • probably you already know, you don't need to close the Emulator for each run session, so keep it open.
    • restart Eclipse after hour of usage, but keep the Emulator open. It's faster to restart Eclipse than the Emulator.
    • set Eclipse to remember the last run project, so the launch is done via just one click

提交回复
热议问题