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

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 RHEL, CentOS, 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 4GB 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
Create Hard Disk for Virtual Machine

6. It will now ask you for the type of the new virtual hard drive, select VDI.

Set Hard Disk Type for Virtual Machine
Set Hard Disk Type for Virtual Machine
Set Storage for Virtual Machine
Set Storage for Virtual Machine

7. Now choose the size of the virtual hard drive, you may choose any size you want, no less than 10GB so the system can be installed correctly beside any future apps that you want to install.

Set Storage Size for Virtual Machine
Set Storage Size for Virtual Machine

8. Now that’s your first virtual machine is created, now to boot from the .iso file that you downloaded, select the virtual machine from the list on the left, click on Settings, and go for “storage”, do as follow, and select the .iso image of Android.

Add Android ISO to Boot
Add Android ISO to Boot

9. Click on OK, and start the machine to boot the .iso image, choose “Installation” to start installing the system on the virtual machine.

Install Android to Hard Disk
Install Android to Hard Disk

10. Please select a partition to install Android-x86.

Select Partition to Install Android
Select Partition to Install Android

11. Now you will be prompted cfdisk which is a partitioning tool that we will use to create a new hard drive, so we can install android on it, click on “New”.

Create New Partition for Android
Create a New Partition for Android

12. Choose “Primary” as partition type.

Choose Primary Partition Type
Choose Primary Partition Type

13. Next, select the size of the partition.

Set New Partition Size for Android
Set New Partition Size for Android

14. Now, we have to make the new hard drive bootable in order to be able to write changes to the disk, click on “Bootable” to give the bootable flag to the new partition, you won’t notice any changes in fact but the bootable flag will be given to that partition.

Make New Partition Bootable
Make New Partition Bootable

15. After that, click on “Write” to write the changes to the hard drive.

Apply Partition Changes
Apply Partition Changes

16. It will ask you if you are sure, write “yes”, and click on Enter.

Confirm Partition Changes
Confirm Partition Changes

17. Now that’s our new hard drive is created, now click on Quit and you will see something like this, select the partition that you created before in order to install android on it and hit Enter.

Select Partition to Install Android
Select Partition to Install Android

18. Choose “ext4” as a filesystem for the hard drive and format.

Select Partition Type
Select Partition Type
Format Partition
Format Partition

19. You will be asked now if you want to install GRUB bootloader, of course, you will select Yes because if you don’t, you won’t be able to boot the new system, so choose “Yes” and hit Enter.

Install Boot Loader
Install Boot Loader

20. Finally, you will be asked if you want to make the /system partition writeable, choose Yes, it will help in a lot of things later after you install the system.

Make Partition Writeable
Make Partition Writeable

21. The installer will start the installation process after the installer finishes the job, choose Reboot.

Android Installation Successful
Android Installation Successful

22. Now that’s we installed Android on our hard drive, the problem is now that VirtualBox will keep loading the .iso image file instead of booting from the virtual hard drive, so to fix this problem, go to Settings, under “storage” select the .iso file and remove it from the booting menu.

Remove Android ISO to Boot
Remove Android ISO to Boot

23. Now you can start the virtual machine with the installed android system.

Android Boot Menu
Android Boot Menu
Starting Android
Starting Android
Android Running on Virtual Machine
Android Running on Virtual Machine

Installing Android x86 will be good for you if you don’t have a smartphone and you want to use the Play Store apps easily, have you ever tried to install android x86? What were the results? Do you think that android may become a “real operation system” targeting PCs in the feature?

If you read this far, tweet to the author to show them you care. Tweet a thanks
Ravi Saive
I am an experienced GNU/Linux expert and a full-stack software developer with over a decade in the field of Linux and Open Source technologies

Each tutorial at TecMint is created by a team of experienced Linux system administrators so that it meets our high-quality standards.

Join the TecMint Weekly Newsletter (More Than 156,129 Linux Enthusiasts Have Subscribed)
Was this article helpful? Please add a comment or buy me a coffee to show your appreciation.

53 thoughts on “How to Install Android OS to Run Favourite Games and Applications in Linux”

    • Hello Suraj.

      You can try uploading the .apk files into some services like Dropbox, and download them on the virtualbox android system and install them later.

      Reply
    • Hello Basudev.

      You can’t do that, android Kit Kat won’t find any partitions except those on your virtual hard disk.

      Thanks.

      Reply
  1. Guys there is generic android x86 desktop version avalilable. do google search! it will work on maximum desktop pc and laptop. installation is very easy will be completed with in 2mins. all you have to do is download generic android x86 4.0 iso on xda site. do 2gb partition and format to fat32. now download universal usb creator or something which have an option to burn android on pendrive or sd card. after that reboot your pc set boot option to usb then your usb will get detected. install android with grub menu and increase disk space from 512 to 1999mb. after that install ppp widget to connect net from any device even from ur nokia mobile. for whats app install lower version and replace the app with latest vesion will work. enjoy for supported apps and games use trashbox.ru site and search for apps and games for android x86. they have more stuff than any one.

    Reply
  2. Install is not working for me. Getting a kernel panic after following all the instructions and clicking Start within VirtualBox.

    Reply
    • Hello Chris.

      Did you check the MD5 of the ISO file you downloaded? Also, did you install the system correctly on the hard drive?

      Reply
  3. Hi, I have recently installed android 4.4.2 kitkat works on my acer aspire . This all went well but I WHEN android shutdown by ” button ” and I restart my laptop I come again to set the language and time . also should I enter my wifi here . then restart the laptop back well in android. I have android in ntfs ivp in ext3 will the problem be?

    I also wonder how android on my laptop to shut properly.

    Sincerely,
    Andre Boom

    Reply
  4. Howdy. I’m a newbie. When installed on HP Win 8.1 x64, either gets stuck at ‘Android’ logo boot screen or distort /blinking screen. Installed on Think Pad R61i Win 7 Ult x86. all went well. Can’t access Play Store though all images and accounts linked – What do I do from here?

    Reply
  5. i install android kitkat on windows and vmware, but can’t install apps, show erorr that this os not config for install app??!!

    Reply
  6. Can you access Google Play and download apps from there with this program? I am looking for an alternative to BlueStacks now I’ve switched to Linux.

    Reply

Got something to say? Join the discussion.

Have a question or suggestion? Please leave a comment to start the discussion. Please keep in mind that all comments are moderated and your email address will NOT be published.