2

I have been using the oracle VM, but I'll need to use a tablet soon at work. Therefore, I need to start experimenting with the android OS now. Is there a way to download the latest android OS and install it as a virtual machine in Ubuntu?

Elysium
  • 11,012

2 Answers2

5

Yes Here is how:

http://www.howtogeek.com/164570/how-to-install-android-in-virtualbox/

and To install Virtualbox On Ubuntu Enter This In Terminal:

sudo apt-get install virtualbox

Enjoy and if this answered your question Click Answered And give me a small vote :P

samgabbay
  • 704
0

You can also download Androdi SDK, where there are a emulator in which you also can run Andorid machines. http://developer.android.com/tools/workflow/index.html

And if you want to run ARM CPU, the software QEMU can also emulate a phone or tablet and run under Ubuntu. But I guess that Google uses QEMU to emulate their Android devices would be easier.

But this are an emulation of ARM CPU on your machine, that propbalbly doesn't use ARM CPU. Which mean it would be slower than running a Android in VirtualBox.

Anders
  • 1,585