Reputation: 9171
What happens is that when I Run my Android Application, Eclipse opens another AVD with the same name that I am using.
Couldn't it only install my app in the current AVD?
Upvotes: 0
Views: 165
Reputation: 1611
Right click on project -> Run As -> Run Configration -> Target -> Always Prompt to pick device -> apply ->Run
Upvotes: 6
Reputation: 1286
Go to Windows->Show View->Others->Android->Devices
and check whether your emulator is visible or not.
If it is visible then just click on it to get focus and if it is not visible then from your Devices option do Reset adb
.
Upvotes: 1