# 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="/files/2HsRcppqVHsiOylmzsuI" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/uU9c1MdR629JCiDgi0mW" alt=""><figcaption></figcaption></figure>

Select the option **Create Virtual Device…**

<figure><img src="/files/ATnPafAFCjfZHHHxJsWf" alt=""><figcaption></figcaption></figure>

Select a device type and its configurations and click Next.

<figure><img src="/files/8EeaoJm3h1YMj1tsvyuS" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/Gi0srpAhg1Q9ADkLeiM7" 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="/files/M0MxjMp9hFAkwJWMIbxJ" alt=""><figcaption></figcaption></figure>

Finish the creating of your virtual device.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stylemixthemes.com/motors-app-documentation/motors-application-build/android-studio-emulator-on-mac.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
