Android app for UW Flow: plan your University of Waterloo courses with friends.
This project uses the Gradle build system.
The following instructions are tested for Intellij on Mac OS X and Windows:
- Ensure you have the latest Android SDKs and build tools installed.
- Create a file in the project root directory called
local.properties
and add the linesdk.dir=/path/to/your/sdk
. - Download Gradle (tested with version 1.10).
- Open Intellij (or Android Studio). Ensure you have the Gradle Intellij plugin.
- Select "File" > "Import project".
- Pick the
build.gradle
file in this repository. - Select "Use local Gradle distribution" and set Gradle home to the unzipped file location.
- Let Intellij download Gradle tools and project dependencies.
- Done! You can press run to deploy to a device or simulator.
If you change any of the database files or add new ones, you must re-run the main method in
util.DatabaseConfigUtil
to update the DB schema file. Note that this should be run as a different Java application.
This app was originally built during Waterloo's Winter 2014 CS 446 class, by: