Genymotion does not launch virtual devices

I created a new virtual device in Genymotion, but I cannot start it. When I click the "Start" button in the Genymotion GUI, nothing happens.

enter image description here

I managed to start the virtual device from Virtual Box. The virtual device seems to be well configured, works on the Internet, and thatโ€™s it.

enter image description here

Current Wednesday:

  • OS X 10.10.1
  • Genymotion 2.3.1
  • Virtual Box 4.3.20 r96996

It is worth mentioning that I recently formatted a computer and installed everything (even Yosemite) from scratch, so that I could lose addiction or something like that.

Any help or hint on how to fix it or get logs to know what the real problem is will be appreciated.

thanks

+5
source share
3 answers

I am facing the same problem, but I found a way to start vm

go to /Applications/Genymotion.app/Contents/MacOS

and enter the following command (change your vm name):

./player -n "Google Nexus 4 - 4.2.2 - API 17 - 768x1280"

+3
source

Have you configured the virtual device path to C: \ Users \ "computer name" \ AppData \ Local / Genymobile / Genymotion / deployed / "your android"?

0
source

for ubuntu users, from the terminal add this command

chmod + x -R / home / "your username" / genymotion /

0
source

Source: https://habr.com/ru/post/1208545/


All Articles