Fast Android emulator using VirtualBox

by reisubon 8/5/2013, 11:46 AMwith 21 comments

by mmahemoffon 8/5/2013, 1:05 PM

Genymotion is a breath of fresh air for Android development, much needed.

Recording screencasts is a big win. It was previously too slow using emulators or screen cappers. There are a few Android apps that do it directly on the device, but you have to root it to run them!

Also, it's great for co-workers who don't have an Android device. e.g. we're porting to iOS app right now, and the iOS developer can see Android features without having an Android device.

by slackaon 8/5/2013, 12:49 PM

For speed, nothing beats Genymotion. If also want to test the latest android, I found installing the latest Android-x86 image under virtualbox to be painless. If you want to run ARM code, be sure to install the Intel ARM translator. There are also several very fast Windows options too, such as Windroy[2], YouWave[3], and BlueStacks[4]. All of these solutions run faster than the official android emulator.

[1] http://www.android-x86.org/documents/virtualboxhowto

[2] http://www.socketeq.com/

[3] http://youwave.com/

[4] http://www.bluestacks.com/

by hamidpaloon 8/5/2013, 12:16 PM

Genymotion is absolutely amazing. Not only is it super fast but also has images with Google Apps, which are almost impossible to get on an emulator.

The downside of using Genymotion is that it's so fast it will hide a lot of performance issues that you will see when running on an actual device. So please, test early and often on actual hardware with extreme amounts of data.

by mtgxon 8/5/2013, 1:09 PM

Shouldn't Google acquire them already? It's surprising and quite unnatural to see other companies make faster emulators than Google themselves (which may not be because Google doesn't have the technical expertise to do it, but because they're not that seriously committed to doing that, and they think the current emulator is fast enough).

by archivatoron 8/5/2013, 1:24 PM

Am I the exception here? I've always found the qemu x86 images fast enough (with kvm support in the kernel). Genymotion doesn't feel particularly faster than the standard x86 images.

Could this be a non-Linux phenomenon?

I think I'll benchmark it in the near future!

by sjmulderon 8/5/2013, 1:36 PM

My understanding is that one of the original ideas behind Android and its API levels was that anyone could implement the Android API to run Android apps.

Doing exactly this to build a simulator would seem an obvious step. No virtualisation necessary, good performance, and good enough for the majority of use cases.

by th0br0on 8/5/2013, 12:51 PM

Genymotion looks interesting... but they only allow alphanumeric characters in your password? What the ...

by V-2on 8/5/2013, 1:43 PM

Is it free? How much does it cost if not? I can't find any info on their website

by hamaion 8/5/2013, 2:11 PM

Thanks, not only it's fast but easy to install and user friendly.

by reisubon 8/5/2013, 1:18 PM

Genymotion really speeds up development, apps deploy on it in seconds!