Welcome to mirror list, hosted at ThFree Co, Russian Federation.

HOW_TO_USE_GRADLE.txt « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 57ef9d5b57e6bde48765e6762f5e23c8297a204f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@NOTE1: Run <omim>/tools/android/update_assets.sh once every time when assets are added/removed
@NOTE2: To increase apk version, please edit gradle.properties
@NOTE3: Run <omim>/tools/android/set_up_android.py to set up everything.

To clean everything, use './gradlew clean'

To build all production apks, use './gradlew assembleRelease' or './gradlew aR'

To build production version, use './gradlew assembleGoogleRelease'

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'