Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why is genymotion running so slowly?

Tags:

I am trying to use genymotion for android development because the stock android emulator is painfully slow. Everyone has been commenting on how fast it is and I cannot seem to get it working at all. I have virtualisation enabled in the bios and I double checked that with intel processor identification utility and it has confirmed this. I upgraded the processor and this hasn't helped. I currently have an intel core 2 quad cpu Q9400 clocked at 2.66GHz which should be plenty fast enough, it copes with everything else fine and I recently upgraded it to this (it is the fastest processor that has the same socket on the motherboard). What is the limiting factor here that is making genymotion take over 10 minutes to boot up? It is using the intel Q45 integrated graphics. Is this the problem? I would upgrade the graphics if this was the case I just wanted to make sure before investing that money and realising that genymotion is still really slow. Thanks

like image 965
kabeersvohra Avatar asked Jun 07 '15 22:06

kabeersvohra


People also ask

How can I make Genymotion run faster?

Another option that helps to speed it up is disabling animations in developer settings on virtual android device. Go to developer settings and look for animations settings and switch them all to off. Also check that you have at last 4GB of ram set for device.

Is Genymotion fast?

Genymotion is an easy to use, lightweight, and robust multi-platform Android emulator. This emulator is not one of the generic emulators; it is used to run and test apps efficiently and effectively. It uses the OpenGL functionalities, which make it a fairly fast emulator.

Is Genymotion faster than Android Studio emulator?

The Genymotion startup time is around 5 seconds (compared to at least 30 seconds for the Android emulator). Genymotion also runs Robotium tests visibly faster, and with a smoother UI.

Which Android version is best for Genymotion?

Today, we're proud to announce Android 8.0 Oreo now works flawlessly on Genymotion 2.12!


Video Answer


1 Answers

The FAQ at https://www.genymotion.com/help/desktop/faq/ states

Several versions of VirtualBox are known to cause issues in Genymotion. For Genymotion to run properly, make sure you have the right version of VirtualBox installed:

Mac OS X: 5.0.26 (a sound issue prevents version 5.0.28 to run properly) Windows: 5.0.28 Linux: 5.0.28 In any case, do not use versions 5.1.x, as they are known to cause sound issues and in some cases prevent Genymotion to start.

My issue was running VirtualBox 5.1.x - I installed the recommended version and all was well again

like image 177
Bron Davies Avatar answered Sep 23 '22 08:09

Bron Davies