# Quick Start

{% hint style="info" %}
Please make sure that you have the latest version of android studio (Electric Eel) and Kotlin installed. download android studio Electric eel from: <https://developer.android.com/studio/preview/index.html>
{% endhint %}

The most important thing you should change is the package name. so, let's start with it.

* Open the app files
* Remove the compact middle packages (In order to change all package name directories)
*

```
<figure><img src="https://3785147945-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCQrpnL8A3EPZRVlvTwwK%2Fuploads%2FcunXmCOeQ7m1RAcRhK5i%2FScreen%20Shot%202022-10-08%20at%2014.26.15.png?alt=media&#x26;token=e6d104b8-71aa-4a88-a1b1-ed4f9595ead5" alt=""><figcaption></figcaption></figure>
```

* then, right click on the middle package name and click refactor and rename
*

```
<figure><img src="https://3785147945-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCQrpnL8A3EPZRVlvTwwK%2Fuploads%2Flh5lTtZMrlrx19j09Vsk%2FScreen%20Shot%202022-10-08%20at%2014.28.58.png?alt=media&#x26;token=12bc67e7-98a3-4c3a-8f1b-38f0b139074c" alt=""><figcaption></figcaption></figure>
```

* then, change it to your own package name and click **refactor**
*

```
<figure><img src="https://3785147945-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCQrpnL8A3EPZRVlvTwwK%2Fuploads%2Foi9w7fql8dyUMHFBoAY3%2FScreen%20Shot%202022-10-08%20at%2014.30.24.png?alt=media&#x26;token=c5565772-a556-4eec-8a7c-70f336f6393a" alt=""><figcaption></figcaption></figure>
```

{% hint style="info" %}
You should do the same to the other part of package name
{% endhint %}

* last step is to change it from **build.gradle** file
*

```
<figure><img src="https://3785147945-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCQrpnL8A3EPZRVlvTwwK%2Fuploads%2FXO8T3UfDPHRikDhAOP4Y%2FScreen%20Shot%202022-10-08%20at%2014.35.29.png?alt=media&#x26;token=c3df2975-d6ef-47f3-acfa-eb003b82a7b0" alt=""><figcaption></figcaption></figure>
```

* then click Sync now
