From 2c36aed375fff68611641b57d919b191f33431d5 Mon Sep 17 00:00:00 2001 From: kairusds <32636532+kairusds@users.noreply.github.com> Date: Sat, 12 Oct 2024 12:58:31 +0800 Subject: [PATCH] Add recommended NDK revision for Android builds --- android_jni/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android_jni/README.md b/android_jni/README.md index f7a15c41cd..3f67047651 100644 --- a/android_jni/README.md +++ b/android_jni/README.md @@ -24,7 +24,7 @@ $ git clone https://github.com/AOMediaCodec/libavif.git $ cd libavif ``` -Step 2 - Set the SDK and NDK paths in environment variables. +Step 2 - Set the SDK and NDK paths in environment variables. (Recommended Android NDK revision: r25c) ``` $ export ANDROID_SDK_ROOT="/path/to/android/sdk"