# 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="https://649870283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXy_4le1iZ83O009c%2Fuploads%2FJgiCVBlLVAyCWIGBL7aR%2Fios13.png?alt=media&#x26;token=5d5d6d48-b7d3-4b07-b1c5-eda630ca6307" alt=""><figcaption></figcaption></figure>

<figure><img src="https://649870283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXy_4le1iZ83O009c%2Fuploads%2FnoqBg5xpzyb2ww9VxucA%2Fios14.png?alt=media&#x26;token=0ac0dd3d-b3e0-470d-b2a5-45dc3552057d" 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="https://649870283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXy_4le1iZ83O009c%2Fuploads%2F9eD6NlkoBBbXlNYegWc3%2F%D0%A0%D0%B8%D1%81%D1%83%D0%BD%D0%BE%D0%BA15.png?alt=media&#x26;token=46a9808d-61a7-4bcb-9cc7-ce7bd72162ed" alt=""><figcaption></figcaption></figure>

<figure><img src="https://649870283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXy_4le1iZ83O009c%2Fuploads%2FyNuBB4hA4UGcEnC5Kq8i%2F%D0%A0%D0%B8%D1%81%D1%83%D0%BD%D0%BE%D0%BA16.png?alt=media&#x26;token=68ee67b2-3b3d-41c5-a81d-a06246771289" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://649870283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXy_4le1iZ83O009c%2Fuploads%2FBFboGUreTHMBp13wVfqz%2F%D0%A0%D0%B8%D1%81%D1%83%D0%BD%D0%BE%D0%BA17.png?alt=media&#x26;token=90abdab9-14fc-4ce7-adbe-be3a87d882e1" 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="https://649870283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXy_4le1iZ83O009c%2Fuploads%2Fuc3IdGpr3QALOa1zIqof%2F%D0%A0%D0%B8%D1%81%D1%83%D0%BD%D0%BE%D0%BA18.png?alt=media&#x26;token=cf5e7efd-e304-4fa4-ae5e-7255cb75a0c6" alt=""><figcaption></figcaption></figure>

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