Getting Started
Prerequisites
- Android Studio (latest version)
- JDK 11 or higher
- Android SDK
- Git
Installation
1. Clone the Repository
2. Open in Android Studio
- Launch Android Studio
- Select "Open an Existing Project"
- Navigate to the cloned repository
- Click "OK"
3. Sync Gradle
Android Studio will automatically sync Gradle. If not:
- Click on "File" → "Sync Project with Gradle Files"
- Wait for the sync to complete
4. Run the Application
- Connect an Android device or start an emulator
- Click the "Run" button (▶️) in Android Studio
- Select your target device
- Wait for the app to build and install
Configuration
Google Services
The project uses Firebase. Ensure you have:
- Valid
google-services.jsonin theapp/directory - Firebase project configured properly
Local Properties
Check local.properties for SDK paths:
Troubleshooting
Build Failures
- Clean the project:
Build → Clean Project - Rebuild:
Build → Rebuild Project - Invalidate caches:
File → Invalidate Caches / Restart