Skip to content

Commit 8c7a6b7

Browse files
committed
Update ndk documentation
1 parent e5676c3 commit 8c7a6b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/BuildInstructions.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ Linux distro:
118118

119119
```bash
120120
cd "$ANDROID_HOME" # Or some other directory to place the Android NDK
121-
wget https://dl.google.com/android/repository/android-ndk-r27b-linux.zip
122-
unzip android-ndk-r27b-linux.zip
121+
wget https://dl.google.com/android/repository/android-ndk-r27c-linux.zip
122+
unzip android-ndk-r27c-linux.zip
123123

124-
cd android-ndk-r27b
124+
cd android-ndk-r27c
125125
export ANDROID_NDK_HOME="$PWD"
126126
```
127127

0 commit comments

Comments
 (0)