• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Missing Stop button in Device Manager

As you can see, I have a virtual device running but no Stop button to stop it:

view


Why? How do I stop the virtual device?
 
I've not used this myself, but from your screen-shot, that looks like it might be the STOP button. As the square icon is usually for STOP in these sort of things.

View attachment 161951

The only way I can stop the emulator is by running this on the command line:
ps -ax | grep emulator

And then kill the first process that appears with the description Android/sdk/emulator/qemu/darwin-aarch64/qemu-system-aarch64:
kill 46607
 
Back
Top Bottom