Genymotion Error: “Unable to load VirtualBox Engine” on Yosemite. VirtualBox installed

前端 未结 9 1641
生来不讨喜
生来不讨喜 2021-01-31 09:34

I have a Macbook Pro 13 inch with OS X Yosemite [Memory 8 GB, Graphics Intel Iris Graphics 6100 1536 MB]. I am trying to setup Genymotion as Android Emulator. I installed Oracle

相关标签:
9条回答
  • 2021-01-31 09:38

    I tried all these and nothing working with me except this one

    VirtualBox from the unidentified developer so OSX refuse to install it so you need unlock this option from Security and privacy --> general tab

    reference

    https://medium.com/@DMeechan/fixing-the-installation-failed-virtualbox-error-on-mac-high-sierra-7c421362b5b5

    0 讨论(0)
  • 2021-01-31 09:41
    brew cask install virtualbox
    

    I had this issue after upgrading to OS X 10.11.1 moving to Virtual Box 5.0.8 fixed it

    0 讨论(0)
  • 2021-01-31 09:43

    I had the problem that VBoxManage was installed at /usr/local/bin/ which was not in the path for GUI apps. I did:

    sudo ln -s /usr/local/bin/VBoxManage /usr/bin/VBoxManage
    
    0 讨论(0)
  • 2021-01-31 09:48

    In my case I just update VirtualBox from 4.3 to 5.0 https://www.virtualbox.org

    this issue occurs after update to OS X El Capitan 10.11.4

    0 讨论(0)
  • 2021-01-31 09:55

    I've had the same problem, Use VirtualBox 4.3 instead of 5.0 That did the trick for me.

    0 讨论(0)
  • 2021-01-31 09:56

    I've reported it on Google Groups here. I think for now there is no other way then downgrading - we have to wait for update.

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