[android] Updated documentation

This commit is contained in:
Alex Zolotarev 2011-12-19 17:10:32 +03:00 committed by Alex Zolotarev
parent 0163dcc433
commit 55afb7d4fa

View file

@ -23,4 +23,12 @@ Mac OS X:
!!!!! For any system !!!!!
- See additional scripts and follow their instructions in <omim>/tools/android
- 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