Search code examples
androidadt

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


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

The checkbox that I want to uncheck


Solution

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

    enter image description here

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

    enter image description here