From 47a9eae8bedb92546256502b325bc9da6e1615f7 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Sun, 29 Oct 2023 23:18:27 +0100 Subject: [PATCH] [android] Updated NDK to 26.1.10909125 Signed-off-by: Alexander Borsuk --- android/app/build.gradle | 2 +- docs/INSTALL.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index c95d7128ea..e4f76cb2b3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -170,7 +170,7 @@ android { compileSdk propCompileSdkVersion.toInteger() buildToolsVersion = propBuildToolsVersion - ndkVersion '26.0.10792818' + ndkVersion '26.1.10909125' 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 69cdc26ee4..0f16f0a44f 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -338,7 +338,7 @@ Install Android SDK and NDK: - Select "Android 13.0 ("Tiramisu") / API Level 33" SDK. - Switch to "SDK Tools" tab. - Check "Show Package Details" checkbox. -- Select "NDK (Side by side)" version **26.0.10792818**. +- Select "NDK (Side by side)" version **26.1.10909125**. - 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". @@ -501,7 +501,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 **26.0.10792818** and CMake version **3.22.1** are installed. +NDK version **26.1.10909125** 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 start-up 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.