# Android Studio Setup Guide

Step 1: Open [Android Studio on your brower](https://developer.android.com/studio?gclsrc=aw.ds\&gad_source=1\&gad_campaignid=21831783552\&gbraid=0AAAAAC-IOZkHRWTtj7Deb7GxuSYLnmaMJ\&gclid=Cj0KCQiAprLLBhCMARIsAEDhdPcc3a4IbIGhKQiAXE4ReUkJJfydEl0JTyKr0vkmnp3VLdECW8kW4IoaApgTEALw_wcB).

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

Step 2: Install Android Studio by tapping on Download CTA.

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

Step 3: Select download version based your mac's hardware.

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

Step 4: Wait until download is completed.

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

Step 5: Continue with setup by granting permissions.

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

Step 6: [Create](https://developer.android.com/studio/run/managing-avds) your vrtual device in projects.

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

Step 7: Launch Drizz Desktop App and select "Android" under OS preference.&#x20;

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

Step 8: Select preferred device configuration from the list. Tap on "Boot" to launch the emulator.&#x20;

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

Step 9: Upon Android emulator launch, continue to select AUT to complete device setup.

<figure><img src="/files/1mweol2YrxSSVkcUZ77c" alt=""><figcaption></figcaption></figure>

> For more information refer the [Android Studio developer documentation](https://developer.android.com/studio/run/emulator).


---

# 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.drizz.dev/getting-started/drizz-desktop-app/drizz-desktop-app-setup/device-setup/android-studio-setup-guide.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.
