From 8c7a6b7c28aef3f59a2a4f06d18b45d4f5a2504a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20G=C3=B6ransson?= Date: Thu, 19 Dec 2024 14:19:54 +0100 Subject: [PATCH] Update ndk documentation --- android/BuildInstructions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/BuildInstructions.md b/android/BuildInstructions.md index de0442f73260..e89d1b310244 100644 --- a/android/BuildInstructions.md +++ b/android/BuildInstructions.md @@ -118,10 +118,10 @@ Linux distro: ```bash cd "$ANDROID_HOME" # Or some other directory to place the Android NDK - wget https://dl.google.com/android/repository/android-ndk-r27b-linux.zip - unzip android-ndk-r27b-linux.zip + wget https://dl.google.com/android/repository/android-ndk-r27c-linux.zip + unzip android-ndk-r27c-linux.zip - cd android-ndk-r27b + cd android-ndk-r27c export ANDROID_NDK_HOME="$PWD" ```