From 11f3e22f87637bbe6dfab214e82dcb1ce4c6b031 Mon Sep 17 00:00:00 2001 From: Teashrock Date: Mon, 28 Jun 2021 09:46:27 +0300 Subject: [PATCH] Updated Working for Android (markdown) --- Working-for-Android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-for-Android.md b/Working-for-Android.md index f5c677c..832ce74 100644 --- a/Working-for-Android.md +++ b/Working-for-Android.md @@ -30,7 +30,7 @@ With those commands you're installing all required tools. It includes: `tools`, ### 3. Android NDK -To develop with raylib in C, we need to install the Android Native Development Kit. You can download it from [here](https://developer.android.com/ndk/downloads/). Android NDK includes support files for multiple Android APIs and multiple architectures. raylib scripts expect to use NDK r21 and found it available on `C:\android-ndk-r21`. +To develop with raylib in C, we need to install the Android Native Development Kit. You can download it from [here](https://developer.android.com/ndk/downloads/). Android NDK includes support files for multiple Android APIs and multiple architectures. raylib scripts expect to use NDK r21 and found it available on `C:\android-ndk`. ## Compiling raylib source code