Run Android Emulator On Mac

  

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

At this point, I tried running the emulator command, but the SDK doesn't contain any Android Platforms, the Android platform is essentially Android OS, you need to install at least one version (eg 1.6, 2.1, 2.2, etc) to run the emulator. To install platforms run the android command located in the tools folder of the SDK (use Terminal.app on a.

  1. Run Android Apps on Mac #1 BlueStacks — Best for Running Apps. BlueStacks (also called BlueStacks App Player) is the oldest and the most popular way of running Android apps for Mac. You will be able to run almost any Android app using this simple emulator. It’s the best choice if you want to run WhatsApp on your Mac or access your Instagram.
  2. Mac compatibility: Sounds obvious, but not all emulators run on macOS. If you'd like a little more information about using these emulators, take a look at How to run Android apps on Mac.
  3. BlueStacks is an Android Emulator designed to run Android applications and games on our PC, Mac, and Windows. Mainly the emulator focuses on operating Android games on our devices with high quality and resolution. However, it also helps us download Android applications.
  4. Here's what finally worked for me: In Android Studio (Mac OS X) open up AVD Manager. Click the triangle pointing downwards on the offending Android Virtual Device to get a drop-down menu. Then, strike down upon Delete with great vengeance and furious anger. With that out of the way, click + Create Virtual Device.

Android emulators are managed through a UI called AVD Manager

Android

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

Run android emulator on mac download

Start Android Studio app, then create a blank project.

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

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

Click the Create Virtual Device button.

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

Click the Next button.

AndroidEmulator

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

Emulator

Android Emulator For Windows 10 Free Download

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

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

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 :

How to start Android Emulator from Terminal?

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

Run Android Emulator On Virtual Machine

This should start the emulator with the selected AVD.

References