Skip to content

mschilling/bite-android

Repository files navigation

Bite - Android Build Status

The Android app for Bite


Requirements

  • Gradle 2.14.0+
  • JDK 1.8+

Clone

Clone the repository

cd your/folder/
git clone https://github.com/mschilling/bite-android.git

Gradle

Make sure you have Android SDK and JDK 8

2 ways to set your SDK location
  1. Set environment variable for the SDK if you haven't already
set ANDROID_HOME=location/to/your/Sdk
  1. Create local.properties file
echo sdk.dir=location/to/your/Sdk > local.properties

Tasks

List all Gradle Tasks

gradlew tasks

Clean project

Delete the build directory

gradlew clean

Assemble and test

Build and test the project

gradlew build

Building in Debug Mode

Build debug app

gradlew assembleDebug

Building in Release Mode

Build release app

gradlew assembleRelease

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages