- Download and install latest version of Android Studio.
- Run Android Studio.
- Select "Open Project" in the menu.
- Navigate to the project directory and select "Taskr/app/build.gradle" as the file to open. Give the projcet some time to load.
- Once project has been booted up, press the Green "Play" Arrow button in the toolbar.
- A window will pop up where you can create a virtual device emulator, set it up with your preferred specifications. x86 is preferred (get help with this step).
- Run the project once the emulator has booted up and use app on the emulator.
- Navigate to the project directory and locate the file: "Taskr/app/build/outputs/apk/app-debug.apk".
- Copy and paste this .apk file into an android device that is able to install .apk files from unknown sources (get help with this step).
- Open the .apk in Android device and install then open app and use it.