Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

genymotion stays on black screen when loading emulator

When i start a new virtual device with genymotion sometimes it will get stuck on the black screen and not load. Sometimes it will work especially just after a restart, otherwise it will hang on the black screen and become unusable. black genymotion loading screen

like image 780
aheigins Avatar asked Sep 17 '16 14:09

aheigins


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.

Is Genymotion better than Android emulator?

Genymotion also runs Robotium tests visibly faster, and with a smoother UI. However, be warned there are some noticable differences between Genymotion and the default Android emulators: You cannot use the special 10.0. 2.2 IP address with Genymotion to access localhost on the machine you are running the emulator from.

How do I restart Genymotion emulator?

Press and HOLD the power button on Genymotion's UI on the bottom right. That will pop up the menu to restart. The app will freeze up as it shuts down, but upon rebooting it you will see that it has restarted.

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.


1 Answers

If the emulator freezes or crashes this is likely due to incompatability with your video card driver.

If however it just hangs on the black screen, this can be due to two reasons:


Your Firewall or other program is blocking genymotion

If this is likely the case then try disconnecting any vpn services or other software which could be hindering this, and ensuring that genymotion is able to connect to the virtual device over the local network.

If you have a firewall, make sure that you allowed connections to the Genymotion network, set to 192.168.56.0/24 by default.


Your network adaptor is misconfigured

If this is the case you should try the following

  1. Run VirtualBox.

  2. Open File > Preferences > Network (or VirtualBox > Preferences for Mac OS X).

  3. Edit the Host-only Network by clicking .

  4. Check that the adapter IPv4 address is in the same network (192.168.56.0/24 by default) as the DHCP server address, lower address bound and upper address bound. If not, your virtual device cannot start.

You can also remove the Host-only Network by clicking . Genymotion will automatically recreate it at the next virtual device start.

like image 52
aheigins Avatar answered Oct 13 '22 04:10

aheigins