Update the Android build documentation

- Replace `generate_apk` with `generate_android_binaries` in the Android documentation
- Update the ndk version to 27.2.12479018
This commit is contained in:
Fredia Huya-Kouadio
2025-04-21 08:16:52 -07:00
parent 1b7b5bd5fe
commit ddbc8e827d
2 changed files with 15 additions and 11 deletions

View File

@@ -41,7 +41,7 @@ Download and install the Android SDK.
- Ensure that the `NDK and CMake are installed and configured <https://developer.android.com/studio/projects/install-ndk>`__.
- CMake version 3.10.2.4988404
- NDK version r23c (23.2.8568313)
- NDK version r27c (27.2.12479018)
- Alternatively, you can install the Android SDK with the `sdkmanager` command line tool.
@@ -50,7 +50,7 @@ Download and install the Android SDK.
::
sdkmanager --sdk_root=<android_sdk_path> "platform-tools" "build-tools;34.0.0" "platforms;android-34" "cmdline-tools;latest" "cmake;3.10.2.4988404" "ndk;23.2.8568313"
sdkmanager --sdk_root=<android_sdk_path> "platform-tools" "build-tools;34.0.0" "platforms;android-34" "cmdline-tools;latest" "cmake;3.10.2.4988404" "ndk;27.2.12479018"
.. note::