Matthew Galloway
Matthew Galloway

Reputation: 43

Android emulator won't shut down in Android Studio (I don't see "Stop" under the Actions Tab of AVD Manager)

From looking this up online, I should have a "Stop" option under the Actions Tab of the Device Manager's tool window?

But I only see six options: Duplicate, Wipe Data, Cold Boot Now, Show On Disk, Details, Delete.

Seems the only way I have to stop it is by holding down the (virtual) power button to then shut it down.

enter image description here

Upvotes: 2

Views: 2448

Answers (2)

Gober
Gober

Reputation: 3662

Only closing the emulator window with (x) works for me. Pressing the power off button just turns of the screen. The ADB manual in android developer says there should be a "Stop" in device manager but that is removed.

emulator

Upvotes: 1

Fedric Antony
Fedric Antony

Reputation: 89

You can stop the emulator opened in Android studio by pressing the power off button or close(x) button(adjacent to your emulator name) on the horizontal tool menu above emulator. See image enter image description here

Upvotes: 1

Related Questions