# Android Studio Emulator on mac

To prepare to run and test your Flutter app on the Android emulator, follow the following steps.

Go to **Tools > Device Manager** (Android Virtual Device (AVD) is a configuration that defines the characteristics of an Android device that you want to simulate in the Android Emulator)

<figure><img src="https://649870283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXy_4le1iZ83O009c%2Fuploads%2FlF31BbBVLV1G92dsvJl7%2F%D0%A0%D0%B8%D1%81%D1%83%D0%BD%D0%BE%D0%BA19.png?alt=media&#x26;token=23b33fda-6f51-4d3d-81d0-0ed2dfa00b2e" alt=""><figcaption></figcaption></figure>

Or you can click on the icon as shown on the image below to open AVD Manager.

<figure><img src="https://649870283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXy_4le1iZ83O009c%2Fuploads%2FgRODtZB8zqQcvXgUpXE0%2F%D0%A0%D0%B8%D1%81%D1%83%D0%BD%D0%BE%D0%BA20.png?alt=media&#x26;token=a7a4f188-8a0e-43a7-a322-e94b258a3da4" alt=""><figcaption></figcaption></figure>

Select the option **Create Virtual Device…**

<figure><img src="https://649870283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXy_4le1iZ83O009c%2Fuploads%2Fhz96NXEeAValAaRpD90w%2F%D0%A0%D0%B8%D1%81%D1%83%D0%BD%D0%BE%D0%BA21.png?alt=media&#x26;token=8e497a75-7e0f-4ee2-9c84-0be06de4b10e" alt=""><figcaption></figcaption></figure>

Select a device type and its configurations and click Next.

<figure><img src="https://649870283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXy_4le1iZ83O009c%2Fuploads%2F3oh6zVydryriNBn5Tspj%2F%D0%A0%D0%B8%D1%81%D1%83%D0%BD%D0%BE%D0%BA22.png?alt=media&#x26;token=7e727a53-87a2-46b8-a30d-8fa031c610e5" alt=""><figcaption></figcaption></figure>

After that, select the **System image**.

<figure><img src="https://649870283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXy_4le1iZ83O009c%2Fuploads%2F315XZgd1TM1zMUYtaK2Q%2F%D0%A0%D0%B8%D1%81%D1%83%D0%BD%D0%BE%D0%BA23.png?alt=media&#x26;token=75805ae9-5b20-4206-9ba3-613bc98202a7" alt=""><figcaption></figcaption></figure>

Next, add a name to your device and select the **Hardware - GLES 2.0** for the **Emulated Performance**.

<figure><img src="https://649870283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXy_4le1iZ83O009c%2Fuploads%2FnSaS1HzEiDYUTwx8AqEx%2F%D0%A0%D0%B8%D1%81%D1%83%D0%BD%D0%BE%D0%BA24.png?alt=media&#x26;token=49f92fc9-b0ef-4d46-9e75-18eacaf7b06b" alt=""><figcaption></figcaption></figure>

Finish the creating of your virtual device.
