This is an Android application developed using Android Studio.
Follow these instructions to import this project into Android Studio directly from GitHub.
Make sure you have the following installed:
- ✅ Android Studio (latest version recommended)
- ✅ Git installed on your system
To import this project into Android Studio:
-
Open Android Studio
-
Go to File > New > Project from Version Control
-
Select Git
-
In the URL field, paste the following repository link: (https://github.com/Cychtech/FitLog.git)
-
Choose a directory to save the project locally
-
Click Clone
Once the project is cloned:
- Android Studio will automatically start syncing the Gradle files
- Wait for the sync to complete and dependencies to install
- If prompted, install any missing SDK components
- Select a device or emulator
- Click Run
▶️ or press Shift + F10 to build and launch the app
- Use
File > Sync Project with Gradle Filesif Gradle fails to sync - Use
Build > Clean ProjectandBuild > Rebuild Projectif build issues occur - Ensure you are connected to the internet to download all dependencies
Feel free to fork this repository, open issues, or submit pull requests.