Why is the genymotion emulator so much faster than the android emulator?

I use the Android emulator in Ubuntu 14.04, i5-2500k 3.2GHz, 8 GB of RAM, but it was incredibly slow since I found the genymotion emulator.

So what's the difference between the two? Why is genymotion loading so fast?

Thanks.

+7
android android-emulator genymotion emulation
source share
5 answers

Probably because Genymotion uses x86 instructions and uses your Vt-x processor features and speeds up hw graphics. This is a huge difference from the emulator that manages Windows commands. Using VBox, you can create vm with the same setup and a different version of Android x86. Remember to install win drivers for your HW virtualization. Intel Core uses VT-x, but you need to install the module under the SDK Manager, and then run the configuration from the file location.

Mcp

+4
source share

From http://www.genymotion.com :

Genymotion is an emulator using x86 virtualization architecture, which makes it much more efficient!

Using OpenGL hardware acceleration, you can test your applications with amazing 3D performance

On the other hand: Why is the Android emulator so slow? How to speed up Android emulator?

+4
source share

This is no longer the case. With HAXM and x86 android emulator, faster than genymotion.

I used both, and the Android emulator is faster. You must configure the emulator correctly to make it faster.

Read more about this in the blog about it .

0
source share

Genymotion is an easy-to-use Android emulator that was designed to help application developers test their products in a secure virtual environment .... now you can run an Android emulated environment in which you can test what you need as if it worked on a real device.

0
source share

Genymotion is fine, but in my experience, BlueStacks is a winner in all Android emulators. There is reason to believe because of the highest performance and smoother graphics, and that is why avid gamers like me and others have always chosen BlueStacks as their first option for games.

Thanks,

0
source share

All Articles