Install Android Emulator Mac

The purpose of this section is to guide you to create in your development environment an Android emulator.

Android emulators are managed through a UI called AVD Manager

AVD Manager has a nice interface when started from Android Studio.

Now, you may be thinking of how this android emulator can help you to install and run Android apps on your system. Android emulator is actually third-party software that works great in emulating the Android environment on Windows OS and enables you to get all its apps on Windows PC and Mac systems. Some of the popular Android emulators are. Kunalshah@Kunals-MacBook-Air android% pwd /Users/kunalshah/android kunalshah@Kunals-MacBook-Air android% ls -la total 0 drwxr-xr-x 4 kunalshah staff 128 Apr 12 15:55. Drwxr-xr-x+ 47 kunalshah staff 1504 Apr 12 15:47. Drwxr-xr-x 10 kunalshah staff 320 Apr 12 16:06 sdk drwxr-xr-x@ 7 kunalshah staff 224 Apr 10 20:38 tools kunalshah@Kunals.

Start Android Studio app, then create a blank project.

Pc Emulator For Android

Go to the Tools menu -> :Android -> AVD Manager:

If no emulator has been created you should start with this screen:

Set up android emulator mac

Click the Create Virtual Device button.

In the Select Hardware window , select Nexus 5 as shown in the following snapshot:

Click the Next button.

In the System Image, select the system image Nougat, API Level 25 , ABI x86 :

Click on the download link to download the selected System Image. This download process is done through SDK Manager.

Set Up Android Emulator Mac

Once the download is complete, click on the Next button.

Emulators For Android

In the Verify Configuration window, check any parameter :

Then click on the Finish button.

AVD Manager shows you the newly created device:

Click on the launch button to launch the newly created AVD in the emulator.
Notice in the Run Window of Android Studio the command line used to start the device:

which can be shortened to :

Install Android Emulator On Usb Mac

How to start Android Emulator from Terminal?

Android Emulator Download

Stop the emulator started by Android Studio. Open the Terminal app and type the following command:

This should start the emulator with the selected AVD.

References