mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Merge pull request #10886 from m4gr3d/update_generate_apk_docs
Update the Android build documentation
This commit is contained in:
@@ -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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user