views:

83

answers:

1

This might sound stupid but whenever I run my app in Eclipse I get this annoying pop up asking me how to run it: Android app, JUnit, Eclipse app, etc'

I'm always running this project as an Android app, is there any way to tell Eclipse to stop asking me this.

I'm using Eclipse 3.5 on Snow Leopard.

Thanks

** EDIT

Screen shot of the pop up I'm getting alt text

A: 
  • Right click on the project
  • Run as
  • Run configurations...
  • Go to the target tab
  • Target: Automatic.
Macarse
This only let me choose on which target to run, in my case Android 1.5 or Android 2.1, this is not what I'm after. I'll try to get a screen shot up so it will be more clear
Ron Srebro
@Ron: ok, sorry. Then VonC's link should fix your issue.
Macarse
No worries, and it did. Sorry for the trouble.
Ron Srebro