🏁Quick Start

Before you build the app, please make sure to follow these instructions

IMPORTANT: make sure to have the latest version of android studio, or at least the Electric Eel version https://developer.android.com/studio

1 - Change package name

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)

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

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

    • You should do the same to the other part of package name

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

  • then click Sync now

Last updated