0

Can we run Android OS as guest OS on a virtual server (Google Cloud, EC2)? Can we run Android OS inside a container?

  • What are you trying to achieve by doing this? – hardillb Jan 02 '17 at 19:14
  • For purely academic purpose, I am trying to run a VM with Android OS as a Guest Operating System and connect to it through VNC. The instance should launch Firefox/Chrome on connecting – Sunil Kumar Mohanty Jan 04 '17 at 06:21
  • This is a good question, but please add you comment in OP for background and clarity. The topic is indeed very useful for many other reasons, like security testing of apps etc. – not2qubit Nov 24 '17 at 15:10

1 Answers1

1

The Android SDK comes with the Android Emulator, this is a virtual machine running Android.

The SDK comes with both ARM and Intel x86 versions of the Virtual machine.

The emulator is based on the qemu emulator.

You may also want to read this answer to a similar closed question: https://stackoverflow.com/a/20870262/504554

People have also managed to install Android x86 into VirtualBox VMs. Early on the emulator was very slow (when it only supported ARM builds) and this was used as a way to work quicker while developing.

Community
  • 1
  • 1
hardillb
  • 54,545
  • 11
  • 67
  • 105