Skip to content Skip to sidebar Skip to footer

Intellij "run As Android Application" Missing

The emulator android is really running slowy, and I found Genymotion and runs really fast! And when I tried to use with Intellij, after I followed every step from this doc https://

Solution 1:

In IntelliJ inside the Run/Debug Configuration dialog (available under Edit configurations...) you have to select radiobutton "Show chooser dialog" instead of Emulator.

Then you just press Run and you get the list of running devices.

If you select "Use same device for future launches" in the configuration dialog, you won't have to select the device again next time.

Solution 2:

Check the toolbar of Intellij. There is a drop down menu (next to it are the "play" button and the "bug" button to start the debugger). You need to setup an Android configuration for your project first. Check this site http://www.jetbrains.com/idea/webhelp/creating-and-editing-run-debug-configurations.html.

Although I have a configuration for my project, like you I can't see it in the menu your screenshot is showing. But I can use the mentioned run button to run my project without any problem.

Good luck.

Solution 3:

On your screenshot you have a "Run" item on the options. Look at what appears when you let your mouse over it ;-)

Post a Comment for "Intellij "run As Android Application" Missing"