An alternative to choosing a device every time I launch an Android app?

Is there a way to get Eclipse NOT to display the Android device selection dialog every time I launch the Android application that I am developing? I am using an Android device, not an AVD. There should be some place where I can set the default device as an Android device, so I don’t need to double-click on the device entry in the ADC dialog box each time.

+4
source share
1 answer

Press the menu button Eclipse run run configurations android application your project name target and select automatic

Please note that this will only work if the device api level is> = = your api build level. For example, if you build against 2.1 but use 1.6 on your phone, you will still get the Android Device Chooser. You will also notice that in this case there is a red X to the left of your device.

+5
source

All Articles