From 6bceab22ddcff48403d4d42f4ea81f12949c9021 Mon Sep 17 00:00:00 2001 From: Dmitry Yunitsky Date: Mon, 19 Jan 2015 15:02:32 +0300 Subject: [PATCH] HOWTO updated --- android/HOW_TO_USE_GRADLE.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/android/HOW_TO_USE_GRADLE.txt b/android/HOW_TO_USE_GRADLE.txt index f2e1e75684..57ef9d5b57 100644 --- a/android/HOW_TO_USE_GRADLE.txt +++ b/android/HOW_TO_USE_GRADLE.txt @@ -8,10 +8,12 @@ To build all production apks, use './gradlew assembleRelease' or './gradlew aR' To build production version, use './gradlew assembleGoogleRelease' -To build beta, use './gradlew assembleBetaRelease' +To build beta, use './gradlew assembleGoogleBeta' To build specific store version, use './gradlew assembleAmazonDebug' To see all available build targets './gradlew tasks' To build and install debug version on a device './gradlew installGoogleDebug' + +To build, install and run application './gradlew runGoogleDebug'