Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

android

adt

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

The checkbox that I want to uncheck

like image 265
Uriel Frankel Avatar asked Feb 23 '14 19:02

Uriel Frankel


3 Answers

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

like image 159
Anid Monsur Avatar answered Oct 23 '22 18:10

Anid Monsur


In Android Studio: Menu Run -> Edit Configurations

Edit Configurations

and here in app tab uncheck "Use same device for future launches"

enter image description here

like image 25
dzikovskyy Avatar answered Oct 23 '22 16:10

dzikovskyy


Bottom line: my ADT on Mac environment has some sort of a bug.

Edit: This "bug" is fixed on OSX Yosemite and Eclipse Luna

like image 2
Uriel Frankel Avatar answered Oct 23 '22 16:10

Uriel Frankel