Android (x86) is a project which aims to port the Android system to Intel x86 processors to let users install it easily on any computer, the way they do this is by taking an android source code, patching it to work on Intel x86 processors and some laptops and tablets.

In this article, you will learn how to install the latest version of Android OS on your VirtualBox platform on Linux. If you want, you can also install Android directly on your Linux, Windows or Mac system.

Step 1: Install VirtualBox in Linux

1. VirtualBox is available to install easily via official repositories in most Linux distributions, to install it on Debian-based Linux distributions run the following commands.

First, add the following line to your /etc/apt/sources.list file and according to your distribution release, make sure to replace '<mydist>' with your distribution release.

deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian <mydist> contrib

Then import public key and install VirtualBox as shown.

$ wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
$ wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install virtualbox-6.1

For other Linux distributions like RHELCentOS, and Fedora, use the following article to install Virtualbox.

  1. Install VirtualBox in RHEL, CentOS and Fedora

Step 2: Download and Install Android in Virtualbox

2. This is an easy step, go to the Android-x86 project and grab the latest Android version of Android-x86 64-bit ISO file for your architecture.

3. To install Android on VirtualBox, you need first to boot from the .iso image that you downloaded, to do so, open VirtualBox, Click on new to create a new virtual machine, and choose the settings as follows.

Create New Virtual Machine

Create a New Virtual Machine

4. Then it will ask you to choose a Memory size for the machine, Android needs 1GB of RAM to work perfectly, but I will choose 2GB since I only have 2GB of RAM on my computer.

Set Memory to Virtual Machine

Set Memory to Virtual Machine

5. Now select “Create a virtual hard drive now” to create a new one.

Create Hard Disk for Virtual Machine

#android #linux distros #android #linux distros #linux

How to Install Android OS to Run Favourite Games and Applications in Linux
3.40 GEEK