The Android app for Bite
- Gradle 2.14.0+
- JDK 1.8+
Clone the repository
cd your/folder/
git clone https://github.com/mschilling/bite-android.git
Make sure you have Android SDK and JDK 8
- Set environment variable for the SDK if you haven't already
set ANDROID_HOME=location/to/your/Sdk
- Create local.properties file
echo sdk.dir=location/to/your/Sdk > local.properties
List all Gradle Tasks
gradlew tasks
Delete the build directory
gradlew clean
Build and test the project
gradlew build
Build debug app
gradlew assembleDebug
Build release app
gradlew assembleRelease