can't run genymotion plugin in eclipse

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-07 01:50:35

问题


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


回答1:


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




回答2:


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




回答3:


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.




回答4:


I was getting same error.

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




回答5:


I had this problem because I didn't first download and install Genymotion. I just installed the plugin from the Eclipse installation window and expected it to work. Dumb me.




回答6:


I was get the same error. The directory of genymotion is C:\Program Files\Genymobile\Genymotion/reg not C:\Program Files\Genymobile/reg.

You can copy all files from C:\Program Files\Genymobile\Genymotion\ to C:\Program Files\Genymobile

Then it works well.




回答7:


It seems like this error is caused by invalid path to Genymotion, but actually it is caused by a bug that does not let Genymotion plugin work with VirtualBox later than 4.2

To fix this error all you need to do is go here: https://www.virtualbox.org/wiki/Download_Old_Builds_4_2 and download the 4.2 version of VirtualBox for your OS. Once you reinstall it - the error is gone and Genymotion plugin opens device list properly



来源:https://stackoverflow.com/questions/20102944/cant-run-genymotion-plugin-in-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!