简体   繁体   中英

Eclipse doesn't work with Genymotion

I use:

  • Windows 8.1
  • ADT Eclipse 22.3.0-887826
  • Genymotion 2.5.4
  • Oracle VM VirtualBox 5.0.4

In the ADT environment, when I click the Genymotion Virtual Device Manager button, it reminds me to set up the path where I installed Genymotion. I set it right and when I click the button again, Genymotion doesn't show up.

The Eclipse console gives me these messages:

Output file: C:\\Users\\lenovo.genymotion-eclipse.log

Loading Genymotion library

Genymotion directory: C:\\Program Files\\Genymobile\\Genymotion

Trying to initialize engine

Invalid path: VBoxManage

Initialize Engine: failed

I just can't get this done, does anyone have the same problem? Can anyone help me out with it?

Try manually connect the Genymotion with ADB:

  1. Go to <SDK location>/platform-tools/ . Press Shift + Right click and select open command window here .

  2. Restart Genymotion emulator and wait until finish its startup.

  3. In the command prompt window, enter:

    adb kill-server

    adb start-server

  4. Then, run your app from eclipse. If doesn't work, run again step 3.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM