Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

can't run genymotion plugin in eclipse

I receive error Exception (VBoxManage): java.io.IOException: Cannot run program "C:\Program Files\Genymobile/reg": CreateProcess error=2, The system cannot find the file specified when I try to run genymotion eclipse plugin. What is wrong? I am using x64 windows 8.1

like image 760
Nghi Ho Avatar asked Nov 20 '13 17:11

Nghi Ho


4 Answers

You will need to set the correct path to Genymotion installation directory on eclipse.

The default path on windows is C:\Program Files\Genymobile\Genymotion

Have a look at Genymotion eclipse plugin guide: https://cloud.genymotion.com/page/doc/#collapse8

like image 164
al gomoney Avatar answered Oct 19 '22 18:10

al gomoney


Change the folder name, run again the launcher in eclipse and select the real folder, in my case "C:\Program Files\Genymobile\Genymotion"

like image 24
delkko Avatar answered Oct 19 '22 17:10

delkko


The problem is space in "C:\Program Files\Genymobile". I would try to use "C:\Progra~1\Genymobile/reg" path if it can be configured. Another option is to move to location w/o space in path.

like image 1
dgolovin Avatar answered Oct 19 '22 18:10

dgolovin


I was getting same error.

I was getting the wrong folder, its not only .../Genymobile . Its is ...Genymobile/Genymotion

like image 1
Henrique Avatar answered Oct 19 '22 17:10

Henrique