Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android genymotion vs emulator

Is there any benchmark tests results comparing this two emulators ?

I know that Genymotion is seems to be more faster when loading and rebooting the emulator, but is there any tests show result like, Camera, GPS, networking and etc. ?

like image 679
and_dev Avatar asked Sep 08 '13 12:09

and_dev


People also ask

Which is better Genymotion or Android Studio?

According to the StackShare community, Android Studio has a broader approval, being mentioned in 1265 company stacks & 4055 developers stacks; compared to Genymotion, which is listed in 6 company stacks and 6 developer stacks.

Is Genymotion Android emulator?

Genymotion is an Android Emulator that is faster than the Android Studio Emulator. Genymotion emulator offers a wide range of virtual devices for development, test, and demonstration purpose.

Is Genymotion better than BlueStacks?

In the question“What are the best ways to run/emulate Android on a PC?” Genymotion is ranked 1st while BlueStacks is ranked 6th. The most important reason people chose Genymotion is: Genymotion takes advantage of OpenGL capable graphics cards allowing it to be one of the fastest Android emulators.

Is Genymotion good for gaming?

Genymotion is a very useful application to run your favorite Android games and other apps on your desktop and laptop computers. It has many advanced options, such as joystick, accelerometer, and remote controls to support advanced feature capabilities.


1 Answers

Have a look here for some informal benchmark comparisons. However, take these with a grain of salt because benchmark scores will vary greatly depending on the host system.

As for the items you want benchmarks for, not sure that camera/gps can even be benchmarked (what would you test), and networking is perfect since it uses VirtualBox, which has always had great virtual network support.

As a graphics/game developer, I find Genymotion unparalleled for running OpenGL code - on Genymotion it runs much smoother framerate wise, than using an x86+HAXM+HW GPU android emulator. Also, the integration of Google Apps/Services in Genymotion is fantastic.

Compatibility is the only downside, since Genymotion only provides v4.1+ images there is no way to test compatibility on older android versions - but for these tests I just use the standard android emulator (which is fine since it is not as frequent as normal testing).

Update: As of January 2014, Genymotion supports Android v2.3.7 as well as v4.3 (with v4.4 in preview). This means it now covers all relevant android versions except Froyo (v2.2), which at this time accounts for only 1-2% of all devices :)

like image 94
free3dom Avatar answered Oct 08 '22 06:10

free3dom