Why does eclipse SOMETIMES prompt me which device to launch my app on when there is only 1 phone connected to my machine? Sometimes, it stays like this for months…. how to fix?
It says my target phone is 2.3.4 and there is a small yellow exclamation warning next to it.
Its because your application Target mode has set to manual. To solve :
Right Click on your project-> Run as -> Select Run Configurations ->
In that select Target Tab ->Select Automatic instead of manual
Click on Apply and run.
Now your app doesn’t prompt for a device.
For a reverse case Select Manual.