Setting a Default “Run As” in Eclipse
Haven’t used Eclipse in quite a while, and started on an Android class project today.
When I wanted to run my application in the emulator, the following “Run As” popup appeared:

The problem was, this popup appeared every time I wanted to run the application, even though my selection never changed (Android Application).
Here’s how to make it remember your preference:
Preferences->Run/Debug->Launching->Launch Operation->Always launch the previously launched application
Here’s what you should be seeing:

Bam! Easy as pie.

