23

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

6
  • 10 minutes is way too much. Hard drive possibly. Have you tried different emulator configurations? Commented Jun 7, 2015 at 22:15
  • @EugenPechanec yep, tried many different configurations. It probably wasnt a full 10 mins but a good 6-7 mins. My processor is quite fast so I dont see why it should be so slow Commented Jun 7, 2015 at 22:16
  • 1
    Go to Task Manager And Check CPU and Memory Usage. If its in Max. use and Your PC is still Running slow, better upgrade your PC. Commented Jun 8, 2015 at 11:10
  • 3
    Which images did you try? I got the problem that the Genymotion Android Images < 4.4 are running super fast, however the Android Images >= 4.4 are all slow as a snail. They seem to not make use of the hardware acceleration. Commented Jul 2, 2015 at 7:54
  • 1
    ram and hard drive could be the issue. not enough ram - genymotion starts to swap hard and slow/old hard drive makes a finishing touch on slowing down your boot up Commented Mar 11, 2016 at 4:24

5 Answers 5

6

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

1
2

I am using Genymotion on windows 10 to debug react native applications.

It didn't take 10 minutes to start, as described in the question, but everything was slow: took few seconds to refresh when I updated my code (and it was set to 'live reload'), took few seconds to respond to a click in an input field, etc.

Looking at the basic performance view of the task manager, the only parameter that looked problematic (close to 100%) was memory.

The emulator was defined with 4 GB memory (and 4 CPUs). I am using version 3.0.2 of genmyotion with virtual box 6.0.4.

I tried many things, and the only thing that helped was, unsurprisingly, increasing memory in my PC from 8 GB to 16 GB (it is a Dell Inspiron 3576 with i7-8550U CPU @ 1.80GHz[Cores 4]). With 16GB of memory I don't experience any performance issues (at lesat until the next Windows update :)

1
  • TL;DR: Had 8 GB RAM, increased to 16 GB and performance issues went away
    – cmak
    Commented Feb 16, 2022 at 10:34
1

From the FAQ:

Genymotion is based on virtualization. Make sure your CPU virtualization technology feature (Intel VT-x or AMD-V) is enabled in your computer motherboard BIOS.

Another option might be to increase the RAM allotted to your Genymotion device. You can click the "wrench" icon next to your virtual device in the list, and try doubling the RAM (e.g. 2048 => 4096). You can play around with it to find a value that works best for you and your computer.

0

Make sure that you have the latest Virtualbox and Virtualbox Extension Pack installed. If its still slow consider reinstalling it to another hard drive since the Read/Write Operations seems to be very slow if booting takes that long.

0

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. Also newer versions of android run slower but if you have so slow startup times as 10 minutes for genymotion, maybe its just that your system is out of resources because of some misbehaving application in the background.

Not the answer you're looking for? Browse other questions tagged or ask your own question.