# Android studio Setup on Windows

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

<figure><img src="https://3638481888-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXgP8rsunPUNTvW2I%2Fuploads%2Fm4m4Mb4GAqLpV7GRqEpG%2F%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%202023-02-07%20%D0%B2%2018.58.07.png?alt=media&#x26;token=db94e080-2308-405e-9baf-117161726b87" 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 12.0 (S)** or **Android API 33** and install or update (depending on the requirement) those elements.

<figure><img src="https://3638481888-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXgP8rsunPUNTvW2I%2Fuploads%2FLRGQHGfcm5bj7ih0HrXn%2F%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%202023-02-07%20%D0%B2%2018.59.44.png?alt=media&#x26;token=33d41136-354c-499a-8847-06bc84d6802b" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3638481888-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXgP8rsunPUNTvW2I%2Fuploads%2FfERqBjOnQzqcRhdyhKJs%2F%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%202023-02-07%20%D0%B2%2019.00.51.png?alt=media&#x26;token=4dfce9fe-fb46-4ff0-804d-e508cbc4bfb5" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://3638481888-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXgP8rsunPUNTvW2I%2Fuploads%2F51RB7LpUOHdCd0zxfM02%2F%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%202023-02-07%20%D0%B2%2019.01.28.png?alt=media&#x26;token=5644d4a8-9ca5-432e-a70b-45d5935cbd4e" 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**.

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

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.

<figure><img src="https://3638481888-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXgP8rsunPUNTvW2I%2Fuploads%2FjiHWAEC6zdBf6hVJcELG%2F%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%202023-02-07%20%D0%B2%2019.06.37.png?alt=media&#x26;token=09b91aea-ef5d-4f9b-ba07-8e6ea5e9e365" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://3638481888-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXgP8rsunPUNTvW2I%2Fuploads%2F1Ekei0tROb3GYDGFcYEG%2F%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%202023-02-07%20%D0%B2%2019.04.05.png?alt=media&#x26;token=06a8f35d-069f-44fc-a03d-d935e0676972" alt=""><figcaption></figcaption></figure>

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