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

前端 未结 9 1692
生来不讨喜
生来不讨喜 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: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
    

提交回复
热议问题