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.gitMake 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.propertiesList all Gradle Tasks
gradlew tasksDelete the build directory
gradlew cleanBuild and test the project
gradlew buildBuild debug app
gradlew assembleDebugBuild release app
gradlew assembleRelease