This seems like a strange question to ask, so maybe it is a bug, (and I have no problem starting these virtual devices), but then I notice for each new start of an Android project in Eclipse, I have to recreate these Genymotion VDs. So I end up having duplicates in my Device Manager. I go to try to delete them in the VD Manager and it says, "stop the device before deleting it".. which is weird because there is no stop button. And nothing in settings. Anyone know how to stop it? Thanks.
6 Answers
Do it from the VirtualBox manager:

- 11,460
- 4
- 56
- 71
-
1Is there some setting to have that happen whenever the X at the top right hand corner is pushed? – Ruchir Baronia Dec 10 '15 at 04:50
-
This helped me but I didn't close the emulator cause it was not running, apparently! So I had to remove it from the VM Box and recreate in Genymotion. – Abdelalim Hassouna Feb 18 '19 at 07:22
-
your answer helped me after 5 years :) – Dinith Minura Jul 01 '19 at 04:26
-
How to automate this process? – Álvaro Agüero May 31 '20 at 11:55
-
@ÁlvaroAgüero If you were able to turn off sleepingMode on VB that would solve the problem dramatically – Maher Abuthraa Sep 13 '21 at 10:32
Since the virtualbox monitor does not always offer a shutdown option, you could also log in into the android device and type halt.
adb shell
then type halt at the prompt.
-
1This is safer than going to VirtualBox and "hard" shutting down. You can also use `adb reboot` to reboot the device instead. – Dylan Pierce Aug 18 '15 at 17:12
Try Looking in task manager and ending the "Adb" processes if they exist

- 252
- 1
- 3
- 17
-
1Thanks, that might have worked, but now it mysteriously is stopping the emulator when I close it. Even though it didn't do that before. >_< This emulator has so many bugs, I might not be able to really use it. – Azurespot Mar 18 '14 at 06:44
-
if you are connected to an android vm with the genymotion frontend, try to press the power-down button (right low corner) and keep pressing it until the shutdown menu appears.
It appears that the genymotiond frontend (player.exe) does not close automaticly after shutdown. Just close it when it's displayed image freezes.... (this is not valid if started directly from virtual box, since genymotions device control buttons are not available then)

- 21
- 1
I ran into a similar issue where the Virtual Device would crash, and I wouldn't be able to start the device from the summary Genymotion Device Manager (which I accessed from Intellij).
I had to start the main device manager, which wouldn't let me delete or access settings, and warned that I needed to quit the virtual device. I just double clicked to start the device again and it seemed to fix whatever was hung up, and I was able to use the virtual device again, or close it if need be.

- 849
- 4
- 31
- 66
@me.yay: It appears that the genymotiond frontend (player.exe) does not close automaticly after shutdown. Just close it when it's displayed image freezes
Realize this is an old thread, but I just had this issue tonight. Been using Genymotion for a couple years, so don't know why this is happening now. The emulator works fine, but when I stop the device via long hold on Power button (thanks me.yay), the VM stops (as seen in VirtualBox manager) but Genymotion hangs on "Power Off Shutting down..." After I close the emulator, I then get a popup from Windows saying "application terminated in an unusual way" from Microsoft C runtime.
Genymotion 3.0.2.

- 166
- 1
- 4