Skip to content

Commit

Permalink
[android] Update NDK to the latest LTS version 27.0.12077973
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Borsuk <[email protected]>
  • Loading branch information
biodranik committed Aug 31, 2024
1 parent 57099d1 commit cbfc30a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ android {
// All properties are read from gradle.properties file
compileSdk propCompileSdkVersion.toInteger()

ndkVersion '26.3.11579264'
ndkVersion '27.0.12077973'

defaultConfig {
// Default package name is taken from the manifest and should be app.organicmaps
Expand Down
4 changes: 2 additions & 2 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,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.3.11579264**.
- Select "NDK (Side by side)" version **27.0.12077973**.
- 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".
Expand Down Expand Up @@ -585,7 +585,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.3.11579264** and CMake version **3.22.1** are installed.
NDK version **27.0.12077973** 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.
Expand Down

0 comments on commit cbfc30a

Please sign in to comment.