Sync Android SDK and NDK versions with the engine.

This commit is contained in:
Pāvels Nadtočajevs
2025-08-06 22:48:13 +03:00
parent e53489bbbe
commit 8646cd31b5
5 changed files with 10 additions and 10 deletions

View File

@@ -253,7 +253,7 @@ own toolchain file as listed in the cmake-toolchains_ documentation
Or use the toolchain and scripts provided by the Android SDK and make changes
using the ``ANDROID_*`` variables listed there. Where ``<version>`` is whatever
ndk version you have installed (tested with `23.2.8568313`) and ``<platform>``
ndk version you have installed (tested with `28.1.13356709`) and ``<platform>``
is for android sdk platform, (tested with ``android-29``)
.. warning::