> For the complete documentation index, see [llms.txt](https://docs.stylemixthemes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stylemixthemes.com/motors-app-documentation/motors-application-build/android-studio-setup-on-mac.md).

# Android Studio Setup on mac

Before the beginning of your work, download Android Studio — the environment designed specifically for Android development. Use this link to download the file: <https://developer.android.com/studio>

Unzip the file with Motors app project. Launch Android Studio and open the project source folder.

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

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

Now you need to finish some setup activities. Go to the **Android Studio > Preferences > Appearance & Behavior > System Settings > Android SDK** and install the selected **SDK Platforms.**

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

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

Next, **install all components under the SDK Tools.**

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

Now move to the **Plugins** menu. Here you need to find and install **Flutter** and **Dart plugins** (**Android Studio > Preferences > Plugins > Flutter**).

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

Proceed with the installation of **Dart**, and upon its completion **restart** the Android Studio.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
