We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad93a8 commit 319cb71Copy full SHA for 319cb71
install-ndk.sh
@@ -12,7 +12,7 @@ if [ -z "$ANDROID_NDK_HOME" ]; then
12
echo "Found NDK folder in root, using."
13
else
14
echo 'ANDROID_NDK_HOME not set, downloading NDK...';
15
- wget --no-verbose -O android-ndk.zip https://dl.google.com/android/repository/android-ndk-r21-linux-x86_64.zip;
+ wget --no-verbose -O android-ndk.zip https://dl.google.com/android/repository/android-ndk-r25b-linux.zip;
16
unzip -q -d NDK android-ndk.zip;
17
ls NDK;
18
mv NDK/*/* NDK/;
0 commit comments