If you just want to download the app goto Google Play. For more info goto the wiki pages.
To compile the code follow these instructions:
- Checkout source:
git clone [email protected]:DroidPlanner/droidplanner.git
- Change to the directory we just checked out:
cd droidplanner
- Optional: Checkout whatever branch you need:
git checkout <branch>
- Checkout submodules:
git submodule init; git submodule update
- Open Android Studio and choose "Import Project...".