# Android studio Setup on Windows

First, unzip the Motors app project. Then open **Android Studio** and open the existing Motors app project in it.

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

Follow to the **Android SDK** (**Appearance & Behavior > System Settings > Android SDK**).\
Under the SDK Platform tab find from the list section **Android (Tiramisu)** and install or update (depending on the requirement) those elements.

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

Then, follow to the **SDK Tools** tab and also update and install the listed elements

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

Now you need to install the **Flutter plugin**. Go to **File > Settings > Plugin**. Search for the Flutter plugin and click **Install**.

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

<figure><img src="/files/6roCBUaPGFDhgP7OmM5G" alt=""><figcaption></figcaption></figure>

After this step, follow to **Settings > Languages & Frameworks > Dart** to set up Dart SDK.

Enter the **Dart SDK Path** in the field provided.

Specify the path to the unpacked archives from the previous step.

![](https://support.stylemixthemes.com/storage/stm-manuals/June2020/dartpath.jpg)

Then move on to the Flutter tab and enter the **Flutter SDK Path**.

![](https://support.stylemixthemes.com/storage/stm-manuals/June2020/fluttersdkpath.jpg)

Now when everything is ready, you can start building your Android App.


---

# 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/android-application-build/android-studio-setup-on-windows.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.
