Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij can't run app on Genymotion(but can start it)

I tried to use genymotion instead of emulator.But after installing the genymotion and intellij plugin,I found that I can't run app on the genymotion.The target devices which I choose is"Show chooser dialog" but there is no genymotion even I can start the genymotion with the plugin. The version of intellij is 12.1.4,and the genymotion is 1.1.0.

like image 279
Marshal Chen Avatar asked Aug 19 '13 02:08

Marshal Chen


2 Answers

I just resolve the same problem as you have encountered.

First, close Genymotion relate application / emulator

Second, uninstall Genymotion plugin for IntelliJ

Third, install Genymotion plugin for IntelliJ

At last, start Genymotion emulator, then bring up adb console, type adb devices to see if your device is listed.

If the answer is yes, go to IntelliJ and run the application with the Target Device option set to >Show chooser dialog.

You should be able to see your Genymotion emulator in the running device list now.

Hope it helps.

(Installed IntelliJ12 on Win7)

like image 186
Alan Feng Avatar answered Sep 30 '22 20:09

Alan Feng


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

I set it in Choose process, and choose ip of genymotion device and it will show in adb device when run

i use intellij idea 12.1.6 and genymotion 1.3.0

like image 40
B5I5 Avatar answered Sep 30 '22 19:09

B5I5