improve doc

This commit is contained in:
Mikhail Gorbushin 2018-07-23 19:33:30 +03:00
parent 8bcd254bdc
commit ad8f616734

View file

@ -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.