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 <alex@mapswithme.com>2014-05-06 18:59:39 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:15:19 +0300
commit8bee256a16ee4bcd0b685aa516e9b3831147bd5f (patch)
treec9557795f8db41c3134745223580c5459cb8eb8c /docs
parentf2ed60911669001a2d97a78c3fc342cc69544a7a (diff)
[android] Removed outdated docs
Diffstat (limited to 'docs')
-rw-r--r--docs/android_toolchain.txt37
1 files changed, 0 insertions, 37 deletions
diff --git a/docs/android_toolchain.txt b/docs/android_toolchain.txt
deleted file mode 100644
index 0926234b26..0000000000
--- a/docs/android_toolchain.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-Windows:
-
-- Unzip NDK
-- Install Cygwin with gnu make and launch it
-$ export NDK_ROOT=C:/path/to/android-ndk-<version>
-$ export NDK_HOST=windows
-$ mkdir omim-android-debug
-$ cd omim-android-debug
-$ /cygdrive/path_to_QtSDK/path_to_Qt/mingw/bin/qmake.exe -r ../omim/omim.pro -spec ../omim/tools/mkspecs/android-g++ CONFIG+=debug
-$ /cygdrive/path_to_QtSDK/mingw/bin/mingw32-make.exe
-
-
-Mac OS X:
-
-- Unzip NDK
-- Create android-debug configuration in the QtCreator and set it's properties:
---- Shadow dir omim-android-<configuration>-armeabi
---- Override qmake parameters: -spec /path/to/omim/tools/mkspecs/android-g++
---- Set Environment variables
- NDK_ROOT=/path/to/android-ndk-<version>
- NDK_HOST=darwin-x86
-- Enjoy using QtCreator!
-
-
-!!!!! For any system !!!!!
-- See additional scripts and follow their instructions in <omim>/tools/android
---- Rename originat aapt file (<SDK>/platform_tools/aapt) to aapt2
---- Copy <omim>/tools/android/aapt to <SDK>/platform_tools/
---- Run <omim>/tools/android/update_assets.sh
-
-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