Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GenyMotion Virtual Device opens and disappears immediately

I download GenyMotion Android Emulator with Virtual VM pack. Everything worked out well till the Virtual device download process. The virtual device was downloaded successfully but when I try to run the virtual device by hitting the play button, a small window pops-up that says Initializing virtual device and then Starting Virtual device. After a few seconds, it opens up the Virtual Device window but it disappears immediately. I've been trying to get GenyMotion running on my Windows XP PC for the last 3 days. I'm urging to get my hands on GenyMotion Android Emulator. Could anyone please help me?

PS: I've already scanned my PC with Anti-MalwareBytes and Avira Antivirus but the problem still persists.

like image 444
user1294668 Avatar asked Jul 06 '13 05:07

user1294668


People also ask

Why my Genymotion is not opening?

Reboot the PC (Windows) On Windows, a reboot is usually enough to fix the problem after Genymotion Desktop first run.

Can I run Genymotion without VirtualBox?

It creates virtual devices (android phones). In short, VirtualBox takes some of your computer's memory and allocates that memory to a virtual device. It's all about the concept of virtualization. Without VirtualBox, you can't run Genymotion On macOS, windows, or Linux.

Is Genymotion better than AVD?

Android studio is an IDE for android application development, while Genymotion is an emulator or just a virtual phone where you can run/test your application (. apk file). Android studio has a default emulator, the AVD. Genymotion is faster than avd, and also better to use.

Is Genymotion devices are rooted?

As Android uses the Linux kernel, rooting an Android device gives similar access to administrative (superuser) permissions as on Linux or any other Unix-like operating systems such as FreeBSD or macOS. Genymotion Device image virtual devices are rooted and cannot be unrooted.


1 Answers

I had the same problem (or at least the same symptoms). Try to start the VM directly from the Oracle VM Virtualbox (not via the Genymotion GUI). You should find the Virtualbox somewhere like "C:\Program Files\Oracle\VirtualBox\VirtualBox.exe"

When you start the virtual device that way, you get at least a more or less meaningful error message that you can google for solutions. In my case, I had to enable Virtualization in my BIOS and update VirtualBox to the latest version twice. After the first try there was something wrong with the kernel drivers. So I restarted the setup and clicked "Repair" to re-install the VM drivers.

Also don't save the machine state when you close the VM. It's safer to always do a cold boot. As soon as you can start the VM from the Oracle GUI, you should be able to so with Genymotion. Only by starting the VM with Genymotion the virtual device gets connected to ADB and therefore can be used with your IDE.

like image 124
muetzenflo Avatar answered Oct 13 '22 14:10

muetzenflo