Live data from Hacker News

Fast Android emulator using VirtualBox

infinum.co

1–10 of 22 posts

Re: Fast Android emulator using VirtualBox

#2
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.

Re: Fast Android emulator using VirtualBox

#3

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.

+1 to your performance advice - my x86 images (both through 'emulator' and Genymotion) are actually faster than a real phone.

For performance testing I recommend using a Galaxy Ace (actually using - install some apps, fill it up with data) and testing your app on it. If it's fast on that it'll be fast on just about anything!

Re: Fast Android emulator using VirtualBox

#4
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/

Re: Fast Android emulator using VirtualBox

#6
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.

Re: Fast Android emulator using VirtualBox

#7
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).

Re: Fast Android emulator using VirtualBox

#10
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!

Post reply on HN