Intellij cannot run the application in Genymotion (but can run it)

I tried using genymotion instead of an emulator. But after installing the genymotion and intellij module, I found that I can not start the application in genymotion. The target devices that I choose is the "Show chooser dialog", but there is no genymotion even I can start genymotion with the plugin. Intellij version is 12.1.4, and genymotion is 1.1.0.

+6
source share
2 answers

I just solve the same problem that you are facing.

First, close Genymotion to link the application / emulator

Second, uninstall the Genymotion plugin for IntelliJ

Third, install the Genymotion plugin for IntelliJ

Finally, run the Genymotion emulator, then raise the adb console, enter the adb devices to see if your device is listed.

If so, go to IntelliJ and run the application with the Target Device parameter set to> Show chooser dialog.

Now you can see your Genymotion emulator in the list of running devices.

Hope this helps.

(installed IntelliJ12 on Win7)

+11
source

http://i.stack.imgur.com/XJ2Ru.png <<see this image

I installed it in the "Selection" section and selected ip genymotion device, and it will be displayed in the adb device at startup

I am using intellij idea 12.1.6 and genymotion 1.3.0

+1
source

Source: https://habr.com/ru/post/951991/


All Articles