Merge pull request #10886 from m4gr3d/update_generate_apk_docs

Update the Android build documentation
This commit is contained in:
Matthew
2025-04-30 21:15:30 -04:00
committed by GitHub
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::