This project is developed by Jonathan Russ.
https://github.com/JonathanXDR/UEK-335
- Android Studio (latest version recommended)
- Git (for cloning the repository)
- Open Android Studio.
- Select
File
>New
>Project from Version Control
. - In the URL field, enter
https://github.com/JonathanXDR/UEK-335
. - Choose your preferred directory and click
Clone
.
- Once the project is opened in Android Studio, wait for the Gradle sync to complete. This process may take a few minutes.
- Ensure that the Kotlin plugin is updated to the latest version (check via
File
>Settings
>Languages & Frameworks
>Kotlin
).
- Connect an Android device or set up an Android Emulator:
- To setup an Emulator, go to
Tools
>AVD Manager
, and create a new Android Virtual Device.
- To setup an Emulator, go to
- Select the device or emulator from the dropdown menu in the toolbar.
- Click on the green
Run
button (▶) in the toolbar to build and run the app. - The app should now launch on your selected device or emulator.
- If you encounter any build errors, try cleaning the project (
Build
>Clean Project
) and then rebuilding it (Build
>Rebuild Project
). - For any issues related to dependencies, make sure to have an active internet connection and try syncing the project with Gradle files (
File
>Sync Project with Gradle Files
).
- Make sure your Android device or emulator runs on a compatible API level as specified in the app's
build.gradle
file. - For optimal performance, use a physical device or configure the emulator to use adequate system resources.