Updated NDK to 26.0.10792818

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2023-09-24 16:56:31 +02:00 committed by Alexander Borsuk
parent 292d8c43d6
commit 0262669a8f
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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.