-
Notifications
You must be signed in to change notification settings - Fork 1.1k
How to migrate to NDK 13
Aleksandr Zatsepin edited this page Feb 15, 2017
·
7 revisions
- Download NDK 13 (r13b) from https://developer.android.com/ndk/downloads/index.html for your OS.
- If you use Android Studio, you should go to File->Project Structure->SDK Location and select NDK directory (usually, it's /Users/username/Library/Android/android-ndk-r13b). If you don't use Android Studio then you have to run your_directory/omim/tools/android/set_up_android.py from your_directory/omim/. That script will ask you to provide paths to SDK and NDK.
- Make sure that you deleted all old directories: your_directory/omim/android/obj and folders matching your_directory/omim-android-*.
- Build project.