Android ADT - Disable "use same device for future launches"

adt, android

Solution

Right click on your project, and go to `Run As -> Run Configurations`.

Then, under `Android Application -> (Your Project)`, go to the `Target` tab, and check the first radio option `Always prompt to pick device`.

Problem

How can I uncheck the "use same device for future launches"?

Original source