This document outlines the required steps and environment configurations to ensure consistency and smooth collaboration for the Android project.
- All team members must install Git on their local machines.
- Please provide your Git account details to the project maintainer to be added to the private repository.
- Ensure that your Android Studio is updated to the Ladybug version (do not use the older Koala version available on school computers).
- Configure the JDK version in Android Studio to openjdk-17.
- Set up your Android Virtual Devices to run on Android 14 (API Level 34).
- The project's Android Gradle Plugin (AGP) version should be set to the latest release. Ensure your Gradle version is compatible with the latest AGP.
-
Jetpack Compose
For building modern and responsive UIs. -
Kotlin
The primary language used for development.
- Clone the project repository:
git clone <repository_url> cd <project_directory>
- Open the project in Android Studio Ladybug version.
- Confirm the following settings:
- JDK version:
openjdk-17 - AVD version:
Android 14 (API Level 34)
- JDK version:
- Sync Gradle to ensure all dependencies and AGP configurations are properly set up.
- Keep your Android Studio and project dependencies up to date to avoid compatibility issues.
- If you encounter any setup-related problems, contact the project maintainer for assistance.
Happy coding!# SuperCalculator