You’ve seen many people and your friends running Android on their Windows computer. One of the most famous ways to run Android operating system and apps on computer is by using a Android Emulator software. But now I tell you how you can install and run Android on your Windows computer in three different ways.

Android is not just a widely used mobile OS, even though it is the most used operating system in the world. Thanks to Google for making Android an open source project, anyone can download the source code of the OS through source.android.com and modify it for our own project.

Use the Android emulator to run Android on Windows 7/8/10

Android emulator software, such as BlueStacks, Remix OS Player and Genymotion make it easier to run Android on computers, including Apps and Services comes with real devices.

To run Android on Windows using BlueStacks, follow the steps below:

  1. Download and install BlueStacks app player on your PC.
  2. Launch it from the Start menu, add a Google Account, and complete your profile.
  3. Now you will see that the Android tablet OS is running inside (see below screenshot).
    bluestacks-android-home
  4. Open the Play Store app and start installing Android apps and services like a regular device.

Run the Android on Windows 7/8/10 using the Virtual Machine

You may know about virtualization software for computers, such as VirtualBox and VMware, allowing users to run virtual machines within an operating system. Thanks to the Android X86 project, it makes it easy to run the Android OS on computers running AMD or Intel X86 processor.

To run Android X86 with VirtualBox, follow the steps below:

  1. Download the 32-bit Android X86 ISO image file on your PC. (See the latest version of Android)
  2. Install and launch VirtualBox.
  3. Click ‘New’ and start creating a new virtual machine with the following configuration:
    Name and operating system
    Name: 'Android' or Whatever you want
    Type: Linux
    Version: Linux 2.6 / 3.x / 4.x (32-bit)
    
    Memory size: Recommend 1024 MB or 2048 MB
    
    Hard disk
    Create a new virtual hard disk.
    Hard disk file type: VDI (VirtualBox Disk Image)
    Storage on physical hard disk: Dynamically allocated
    
    File location and size: Recommend 8 GB
    
  4. Start the virtual machine and choose the Android x86 ISO image file. (If you miss the ‘Select start-up desk dialog’ then navigate to Settings> Storage)
    androidx86 virtualbox 7
  5. In the boot loader menu, select ‘Install Android-x86 to hard disk’.
    androidx86-virtualbox-2
  6. In the partition selection screen, select ‘Create/Modify partitions’ and say ‘No’ to GPT.
  7. In the black screen, select ‘New’ and press enter.
    androidx86-virtualbox-3
  8. Select ‘Primary’ as the partition type.
  9. In the next step, select ‘Write’, type ‘yes’ and press enter.
  10. Now select the newly created partition and press OK.
    androidx86-virtualbox-4
  11. Choose ‘ext4’ as a file system and say ‘Yes’ to format.
    androidx86-virtualbox-5
  12. Say ‘Yes’ to install the GRUB boot loader, and install the system directory as a read-write.
  13. Wait for the process to complete.
  14. Once complete, run Android-X86 and set up Android as a regular device.
    androidx86-virtualbox-6

The first boot may take time, so sit back and relax. Android X86 may be slow in the virtual machine, so go for the emulator method for a faster experience.

Run Android on Windows 7/8/10 using Android Studio

Android Studio is Google’s official development environment software, which is used to create native Android apps. It supports the virtual device feature, so you can create and simulate virtual Android device on your computer for testing instead of using any real physical device.

To create and run Android Virtual Device on Android Studio, follow the steps below:

  1. Download and install Android Studio on your Windows computer.
  2. Launch the program from the Start menu and wait for the welcome screen.
  3. Create a new project or import a sample project on Android Studio.
  4. On the edit screen, navigate to Tools> Android> AVD Manager.
    android-studio-avd-1
  5. Click on ‘Create virtual device’ and select a pre-configured Android device from the list.
    android-studio-avd-2
  6. At the next step, select a system image (or Android version) and go forward.
  7. Verify the configuration and finish the process. Now a new virtual device has been added to ‘Your Virtual Devices’ list.
  8. Under Actions, click on the play icon to launch your Android device in an emulator.
    android-studio-avd-3

A new window will now open in the taskbar with your virtual device (as seen below).

android-studio-avd-5


Pin It