From 6b5f800e04222e92e5e2f312d8bb3f70f3393a24 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Tue, 14 May 2024 22:43:36 +0200 Subject: [PATCH] [android] Updated NDK to 26.3.11579264 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 3b1456fd18..60cdb84155 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -100,7 +100,7 @@ android { // All properties are read from gradle.properties file compileSdk propCompileSdkVersion.toInteger() - ndkVersion '26.2.11394342' + ndkVersion '26.3.11579264' 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 3ce8717db2..5480a7cfff 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -397,7 +397,7 @@ Install Android SDK and NDK: - Select "Android 14.0 ("Upside Down Cake") / API Level 34" SDK. - Switch to "SDK Tools" tab. - Check "Show Package Details" checkbox. -- Select "NDK (Side by side)" version **26.2.11394342**. +- Select "NDK (Side by side)" version **26.3.11579264**. - 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". @@ -583,7 +583,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.2.11394342** and CMake version **3.22.1** are installed. +NDK version **26.3.11579264** 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.