From b82d2e8a11cfdc1ecb7a9d7e142e611f6f5db126 Mon Sep 17 00:00:00 2001 From: Fan Yang <52458914+fanyang-mono@users.noreply.github.com> Date: Fri, 27 May 2022 15:34:05 -0400 Subject: [PATCH] [mono][doc] Update Android NDK version to r23c --- docs/workflow/testing/libraries/testing-android.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/workflow/testing/libraries/testing-android.md b/docs/workflow/testing/libraries/testing-android.md index e3c1c4e79c38d0..9f34188d3cdf2e 100644 --- a/docs/workflow/testing/libraries/testing-android.md +++ b/docs/workflow/testing/libraries/testing-android.md @@ -22,7 +22,7 @@ Android SDK and NDK can be automatically installed via the following script: #!/usr/bin/env bash set -e -NDK_VER=r21b +NDK_VER=r23c SDK_VER=6200805_latest SDK_API_LEVEL=29 SDK_BUILD_TOOLS=29.0.3 @@ -39,7 +39,7 @@ fi # download Android NDK export ANDROID_NDK_ROOT=~/android-ndk-${NDK_VER} -curl https://dl.google.com/android/repository/android-ndk-${NDK_VER}-${HOST_OS}-x86_64.zip -L --output ~/andk.zip +curl https://dl.google.com/android/repository/android-ndk-${NDK_VER}-${HOST_OS}.zip -L --output ~/andk.zip unzip ~/andk.zip -d $(dirname ${ANDROID_NDK_ROOT}) && rm -rf ~/andk.zip # download Android SDK, accept licenses and download additional packages such as