diff --git a/android/app/build.gradle b/android/app/build.gradle index 8527390ead..fcfdc73d0b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -149,7 +149,7 @@ android { compileSdkVersion propCompileSdkVersion.toInteger() buildToolsVersion propBuildToolsVersion - ndkVersion '25.2.9519653' + ndkVersion '26.0.10792818' defaultConfig { // Default package name is taken from the manifest and should be app.organicmaps diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 9f7851c134..d33524e30d 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -321,7 +321,7 @@ Install Android SDK and NDK: - Select "Android 13.0 (T) / API Level 33" SDK. - Switch to "SDK Tools" tab. - Check "Show Package Details" checkbox. -- Select "NDK (Side by side)" version **25.2.9519653**. +- Select "NDK (Side by side)" version **26.0.10792818**. - Select "CMake" version **3.22.1**. - Click "Apply" and wait for downloads and installation to finish. - In the left pane menu select "Appearance & Behavior > System Settings > Memory Settings". @@ -471,7 +471,7 @@ You can install [Android SDK](https://developer.android.com/sdk/index.html) and [NDK](https://developer.android.com/tools/sdk/ndk/index.html) without Android Studio. Please make sure that SDK for API Level 33, -NDK version **25.2.9519653** and CMake version **3.22.1** are installed. +NDK version **26.0.10792818** and CMake version **3.22.1** are installed. If you are low on RAM, disk space or traffic there are ways to reduce system requirements: - exclude the `cpp` folder from indexing. If you do not make any work on the C++ code, this will greatly improve the startup performance and the ram usage of Android Studio. Click on the `Project` tab on the left, find the `cpp` folder (should be next to the `java` folder), right click on it and select `Mark Directory as` -> `Excluded` (red folder icon). Then restart Android Studio.