git clone https://github.com/ranicharradi/MediManager.git
cd MediManagerYou can run the project using Android Studio or via the command line.
Using Command Line:
# Build the debug APK
./gradlew assembleDebug
# Install on a connected device/emulator
./gradlew installDebugUsing Android Studio:
- Open the project in Android Studio.
- Sync Gradle.
- Select a device/emulator and click Run.