androidevil
androidevil

Reputation: 9171

How I do for the Eclipse install my app in the AVD that is already running?

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

Answers (2)

Chirag Patel
Chirag Patel

Reputation: 1611

Right click on project -> Run As -> Run Configration -> Target -> Always Prompt to pick device -> apply ->Run

Upvotes: 6

maninder singh
maninder singh

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

Related Questions