How-To Run Android Lollipop on VMware Workstation

The smartphone industry is evolving at a higher rate than ever. Everyone has a smartphone and it’s getting harder to live without one. In less than 10 years, smartphones have gone from a luxury to necessity. This evolution puts more pressure on developers to dynamically adapt to the situation and bring in more innovation into the app development space. Thanks to Android-x86 community for releasing the ISO of Android which can be used by developers to run the Android OS on any system, even inside a virtual machine and test/develop it.

In one of my previous posts I had shown how to run Android Kitkat on VMware workstation. There was a lot of good feedback on it. The link for that post can be found here.

In this post I will be showing How To Run Android Lollipop on VMware Workstation. The post is going to be a detailed one, so it will help even someone who is new to VMware technology, to be able to get this up and running in less than half an hour or so.

So at first, VMware workstation has to be downloaded from here

Once the initial setup is done (Which can be found on many blogs). We can continue with creating a virtual machine for running Android.

Below are the steps to create a VM. Launch the Workstation software and click on new Virtual machine.

Android L on VMware Workstation - 1

Start the virtual machine wizard. Select the radio button Custom. Click Next.

Android L on VMware Workstation - 2

Click Next.

Android L on VMware Workstation - 3

Browse to and select the android ISO and Click Next.

Android L on VMware Workstation - 4

Name the machine. I call it Android L. Browse and select a specific folder if needed or just leave the default value.

Android L on VMware Workstation - 5

Select the number of processors. Since this is a test machine i selected 1 processor. You can select the value depending on your requirement.

Android L on VMware Workstation - 6

Select the RAM for the machine. I have selected 512 MB like shown in the below screenshot.

Android L on VMware Workstation - 7

Select the network for the machine. I chose NAT here as I need the machine to replicate the host’s IP settings.

Android L on VMware Workstation - 8

Leave the I/O controller default. Click Next.

Android L on VMware Workstation - 9

Leave the disk type default. Click Next.

Android L on VMware Workstation - 10

Android L on VMware Workstation - 11

Select the disk size as required. Here I have chosen 5 GB. You can either keep a single disk file or split them.

Android L on VMware Workstation - 12

Leave the Disk file value default. Click Next.

Android L on VMware Workstation - 13

And as a last step, review all the settings and Click Finish.

Android L on VMware Workstation - 14

Now the Android ISO will load and the boot menu will appear. You can either run a LiveCD version of android or run the installation.

Android L on VMware Workstation - 15

The next couple of steps is for creating a partition to install android. Select create/modify partitions.

Android L on VMware Workstation - 16

Now once you see the free space, create a new partition by selecting the New option.

Android L on VMware Workstation - 17

Noe select primary to create a primary partition.

Android L on VMware Workstation - 18

Next you will have to select Write which will write the changes to disk.

Android L on VMware Workstation - 19

Now select ext3 or nay partition you require to run the android OS.

Android L on VMware Workstation - 20

It requires you to install a boot loader as there is no default one. Click YES to proceed.

Android L on VMware Workstation - 21

Click Yes to make the disk read-write.

Android L on VMware Workstation - 22

Now the installation starts and will take around 5 minutes to complete.

Android L on VMware Workstation - 23

Next choose a space to create the user data image disk. if you want to dedicate less space you can do so in the next step.

Android L on VMware Workstation - 24

This completes the installation of android. Select the Run Android-x86 to start the OS.

Android L on VMware Workstation - 25

This loads the andoroid OS. It will initially take a while. have patience.

Android L on VMware Workstation - 26

Select a launcher. both the launchers are good. Select one of them and click Just once or Always depending on your preference.

Android L on VMware Workstation - 27

Next comes the welcome screen.

Android L on VMware Workstation - 28

Next the menu page.

Android L on VMware Workstation - 29

Below is the screenshot of the version of the installed android.

Android L on VMware Workstation - 31

So this completes the installation of android lollipop on VMware Workstation 11. Drop a comment once you get yours up and running.Android L on VMware Workstation - 30

22 comments Add yours
  1. i cant seem to get past the android boot screen…..could that be a processor type issue because mine is 64bit although i havent enabled vt-x……but that shouldnt be a problem right? isnt the iso a 32bit version?…ps i also do not get the screen where you allocate the 512mb userdata space….it goes directly to run android fom the grub option….

    1. Prashant,

      I have tried this with workstation 11. You can try it and check if it works. And about the ola app, it might work if you have internet connection on the virtual machine that is running android.

  2. Hi, for me it will work until first power off.
    Then i got Grub error 17
    It seems that grub boot loader cannot recognize ext4 partition or something else goes wrong…
    The same when i formatted partition as ext3
    Any help?

Leave a Reply