Issue
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.
Solution
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.
Answered By - Uday
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.