Skip to content

Commit

Permalink
Update ndk documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Dec 19, 2024
1 parent e5676c3 commit 8c7a6b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/BuildInstructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

Expand Down

0 comments on commit 8c7a6b7

Please sign in to comment.