Android emulator and virtualbox cannot run at same time

前端 未结 13 1012
無奈伤痛
無奈伤痛 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:31

    I had the same problem on Ubuntu 13.10. Try to remove kvm and kvm_intel kernel modules.

    To do this:

    1. Stop all emulators.
    2. Run command: 'sudo rmmod kvm_intel kvm'

    Without these kernel modules Virtualbox and Android emulators can work at the same time.

    BTW, I do not know why the modules are loaded.

    0 讨论(0)
提交回复
热议问题