Ashish Augustine
Ashish Augustine

Reputation: 2030

Use same android emulator every time

I have started a new emulator from 'launch new emulator' . But when I run another project later another emulator is getting loaded . Actually I wanted to use the same emulator itself.I there any option to reuse the same emulator and prevent new emulator being launched automatically.

Upvotes: 6

Views: 6150

Answers (4)

omerfarukdogan
omerfarukdogan

Reputation: 869

Go to Run > Edit Configurations, choose your run configuration on the left side, check Use same device for future launches checkbox.

Upvotes: 0

Makers_F
Makers_F

Reputation: 3063

I often have this problem when i both have the physical device( a real phone) plugged in the pc and an emulator. You can put the devices list near the console and logcat views, so you can select here the right device to use (install the app and show the logcat).

Go in window -> show view -> other -> devices.

From there you can select which device to use (if nothing is selected, a new emulator is run following the target option you set following Mangusto's answer)

Upvotes: 1

Mangusto
Mangusto

Reputation: 1505

Instead of Run use Run>Run Configurations>Target>Manual and manually select the AVD that is already launched.

Upvotes: 13

Arun Kumar
Arun Kumar

Reputation: 877

You can select the emulator that you wish to make default from windows->android sdk manager-> edit the virtual device from that you can select skin you want. or set the dimension. I think this can help you

Upvotes: 0

Related Questions