Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Genymotion not launching virtual devices

I have created a new virtual device on Genymotion but I can not get it to run. When I click on the "Start" button on the Genymotion GUI nothing happens.

enter image description here

I was able to run the virtual device from Virtual Box. The virtual device is apparently well configured, with internet working and all.

enter image description here

My current environment:

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

It is worth mentioning that I recently formatted the computer and installed everything (even Yosemite) from scratch, so I could me missing a dependency or something.

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

Thanks

like image 815
Robert Estivill Avatar asked Dec 08 '14 00:12

Robert Estivill


1 Answers

I meet the same problem, but I find a way to start vm

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

and type the following command (change to your vm name):

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

like image 57
Tim Avatar answered Sep 20 '22 17:09

Tim