Android emulator and virtualbox cannot run at same time

前端 未结 13 1096
無奈伤痛
無奈伤痛 2020-11-30 23:37

Whenever I have Virtualbox running, I cannot start an Android emulator image (and vice versa). The error message in the AVD manager is

ioctl(KVM_CREATE_VM) f         


        
13条回答
  •  清歌不尽
    2020-12-01 00:11

    Though it's a workaround either, but definitely better than disabling KVM as everyone suggesting.

    Just run the virtualbox guest in KVM instead. For example (kvm here is just a script running a qemu-system-x86_64 -enable-kvm):

    kvm Win7.vdi -boot c -m 2G -vga qxl
    

提交回复
热议问题