S

Sdremote

Категория проекта: Ожидает модерации
# Building using Gradle

Currently ability to use Gradle provided only for developers, Gradle is not used
for release builds. Please, keep this in mind while preparing changes.

You will need JDK 1.7 and Android SDK 23 installed.

1. Install required Android components.

  $ android update sdk --no-ui --force --all --filter build-tools-20
  $ android update sdk --no-ui --force --all --filter android-20
  $ android update sdk --no-ui --force --all --filter extra-android-m2repository

2. Build application.

  $ ./gradlew clean assembleDebug