Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android x86 on VirtualBox vs Google's Intel x86 images?

Is Android x86 on VirtualBox faster than Google's Intel x86 images running on their own emulator?

Is it noticeably faster? Any advantage of using VirtualBox over the Google's provided emulator?

EDIT: I forgot to mention that I will be using these for Android Development.

like image 339
Ian Avatar asked Jan 31 '26 04:01

Ian


1 Answers

I second having a look at AndroVM (I have found it easier to work with than Android x86)

Here is a little comparison. I will try to keep this updated as I come across more info.

Similarities:

  • You can connect to both via ADB (at least AndroVM, I'm not sure about Android x86)
  • Google Apps (Play Store, etc.) can be installed on either

VirtualBox Advantages:

  • Speed
  • AndroVM has more keyboard shortcuts (home, menu button [F10 I think], etc)
  • Can save multiple VirtualBox snapshots to return to a given state

VirtualBox Disadvantages:

  • Can't use with Eclipse for developing as easily
like image 78
CatShoes Avatar answered Feb 02 '26 18:02

CatShoes