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

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-12-19 18:10:32 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:30:42 +0300
commit55afb7d4fa21362d00741bcf52a2ae2ccda1b37b (patch)
tree2fddfe323ada53abb0841dfeec296ba2d6394437 /docs
parent0163dcc433010a7ae0526fc4e441301db0c7d534 (diff)
[android] Updated documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/android_toolchain.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/android_toolchain.txt b/docs/android_toolchain.txt
index 4771b929be..22be6ed6bc 100644
--- a/docs/android_toolchain.txt
+++ b/docs/android_toolchain.txt
@@ -23,4 +23,12 @@ Mac OS X:
!!!!! For any system !!!!!
-- See additional scripts and follow their instructions in <omim>/tools/android \ No newline at end of file
+- See additional scripts and follow their instructions in <omim>/tools/android
+
+How to configure Debug/Release configurations in Eclipse:
+
+- Go to project properties/C++ build
+- Set additional parameter for ndk-build: NDK_DEBUG=1
+- Go to "manage configurations" at the top left and rename active Default configuration to Debug
+- Copy Debug configuration and rename it to Release
+- Change ndk-build's parameter NDK_DEBUG=1 to NDK_DEBUG=0 in Release