Error when launching app and "Run As" menu with no options

1

I have an application, the code has no error, but I do not see the option to select the emulator, see the image, I'm having this message:

  

The selection can not be launched, and there are no recent launches

How to set up correctly?

    
asked by anonymous 13.07.2016 / 17:00

1 answer

2

There are two reasons why there is no option to launch the application:

  • The first, in the "launch history" zone, because the application was never run.
  • The second, in the "Run as" menu, because no projects are selected in the list on the left side. This is also the reason for the error.

Select the project folder and the "Run as" menu options will appear. Or right-click the project folder and choose Run as there.

You can also use the "Run Configurations ..." option to create a configuration and, after creating it, run the application.

    
13.07.2016 / 17:13