Skip to content

Commit cbac1ef

Browse files
avirahmandevskyace65
authored andcommitted
Update ndk version
1 parent 0000bd5 commit cbac1ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/export/exporting_for_android.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ Download and install the Android SDK.
3333
- Android SDK Platform 34
3434
- Android SDK Command-line Tools (latest)
3535
- CMake version 3.10.2.4988404
36-
- NDK version r26c (26.2.11394342)
36+
- NDK version r23c (23.2.8568313)
3737

3838
- You can install it using the `command line tools <https://developer.android.com/studio/#command-tools>`__.
3939

4040
- Once the command line tools are installed, run the `sdkmanager <https://developer.android.com/studio/command-line/sdkmanager>`__ command to complete the setup process:
4141

4242
::
4343

44-
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;26.2.11394342"
44+
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"
4545

4646
.. note::
4747

0 commit comments

Comments
 (0)