Issue
Here I have an application, which is supposed to be run on 4.0.3 AVD (as selected in properties).
But as soon as I run the app, it automatically starts in 2.2 AVD.
So, I've change the run option from "Run configurations", and set it to Always prompt to pick up device
.
Now I have both 2.2 and 4.0.3 AVD running:
But as soon as I run the app, eclipse gives the list of online devices I have, and there is only 1 device (2.2) online:
How can I make my app run on 4.0.3 AVD?
Solution
Generally this problem is solved by two simple commands, I recommend you to run these two commands from your DOS prompt(In windows) or shell (in case of Linux)
adb kill-server
adb start-server
Answered By - VendettaDroid
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.