forked from organicmaps/organicmaps
improve doc
This commit is contained in:
parent
8bcd254bdc
commit
ad8f616734
1 changed files with 2 additions and 2 deletions
|
@ -136,8 +136,8 @@ easy to type.
|
|||
* Go to `omim/tools/android` and run `./set_up_android.py`. It would ask for absolute paths
|
||||
to SDK and NDK. Or specify these in command line:
|
||||
|
||||
--sdk /Users/yourusername/Library/Android/sdk \
|
||||
--ndk /Users/yourusername/Library/Android/ndk
|
||||
--sdk /Users/$(whoami)/Library/Android/sdk \
|
||||
--ndk /Users/$(whoami)/Library/Android/sdk/ndk-bundle
|
||||
|
||||
* Go to `omim/android` and run `./gradlew clean assembleWebRelease`.
|
||||
* There are `Release`, `Beta` and `Debug` builds.
|
||||
|
|
Loading…
Add table
Reference in a new issue