How to start by genymotion in eclipse

0

I have two Android emulators in my eclipse, one that I installed and started using eclipse by default, and another one I installed recently is GenyMotion, but when I run my application it can not start with GenyMotion, I think is missing something from the eclipse configuration to start with GenyMotion.

I accept suggestion.

I've already installed the Android emulator on the Windows operating system. I've already installed and plugin GenyMotion into Eclipse. I've already shown the path where GenyMotion is installed for eclipse.

    
asked by anonymous 28.11.2014 / 13:48

1 answer

0
  • First create an emulator in Genymotion and let it run.

  • Right click on your project > Run As > Run As Android Application:

  • It will open a window with the devices connected to your computer and also the emulators of genymotion that are installed.

  • Just select the device and click Run.

  • Here a tutorial on how to install and configure using eclipse.

        
    28.11.2014 / 13:54