The genymotion emulator starts from AndroidStudio. It shows its white screen but never goes beyond that. It never comes to the home screen. Tried running the app. does not work. I have tried API 18 emulator. does not work. I have tried changing sdk path, setting android_home. does not work??
-
What is your OS? Windows 10 is having issues due to VirtualBox having issues. – EpicPandaForce Jul 29 '15 at 19:27
-
I am using Windows 7. I have updated to the latest GenyMotion and Android|Studio. – RehanZahoor Jul 30 '15 at 08:51
-
Possible duplicate of [virtual device of genymotion statred but displaying white screen...?](http://stackoverflow.com/questions/27164415/virtual-device-of-genymotion-statred-but-displaying-white-screen) – daniel.heydebreck Dec 31 '16 at 19:00
4 Answers
Did you checked logs for errors or possible explanation? Do you have both VirtualBox and Genymotion configured properly? It is hard to answer your question more accurately cause you did provide little information.

- 3,024
- 4
- 26
- 36
Going into my BIOS and enabling Intel Virtualization Technology under the CPU Options, and then going into GenyMotion and changing the device's # of virtual processors fix this issue for me.

- 299
- 1
- 2
- 13
Some time ago i also faced the same problem ... you can try above all suggestion but what worked for me is :-
- Downloading Oracle VM VirtualBox
Here is the link , DOWNLOAD and install it. http://www.oracle.com/us/technologies/virtualization/virtualbox/overview/index.html

- 2,027
- 1
- 27
- 41
-
I have installed the Oracle Virtual Box that is bundled with GenyMotion from https://www.genymotion.com/#!/download. – RehanZahoor Jul 30 '15 at 08:55
I often have the same problem. If I delete the virtual device and then reinstall it, it usually fixes the problem for me.
- To delete it, open the genymotion desktop application
- Delete the device that's giving you the white screen - select the device and then click on the trash can icon
- After it's deleted, reinstall the device - press add, search for the device, select it and press next twice
The device will be installed again, and it may start properly this time around.

- 463
- 6
- 26