From d3308d87ed7e6963c3c190541a716a3fa4297bda Mon Sep 17 00:00:00 2001 From: M Serdar Oygen <44544513+msoygen@users.noreply.github.com> Date: Thu, 22 Aug 2019 23:19:46 +0300 Subject: [PATCH] Updated Working for Android (on Linux) (markdown) --- Working-for-Android-(on-Linux).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-for-Android-(on-Linux).md b/Working-for-Android-(on-Linux).md index 89a4762..f4a83ae 100644 --- a/Working-for-Android-(on-Linux).md +++ b/Working-for-Android-(on-Linux).md @@ -19,7 +19,7 @@ Android SDK has many packages. If you want to download all of them, you can go i ``` All required tools will be downloaded by these commands. You can check out package's description by looking at `./sdkmanager --list`. ## 3- Android NDK -Raylib is written in C. Hence we need Android NDK. Android Native Development Kit (NDK) allows us to develop in C. You can download it from [here](https://developer.android.com/ndk/downloads/). In this case we need Android NDK because we are going to use it's compiler and API with a standalone toolchain. +Raylib is written in C, hence we need Android NDK. Android Native Development Kit (NDK) allows us to develop in C. You can download it from [here](https://developer.android.com/ndk/downloads/). In this case we need Android NDK because we are going to use it's compiler and API with a standalone toolchain. After downloading Android NDK * Decompress downloaded `android-ndk-...` and rename it as `android-ndk` * From Terminal navigate to `android-ndk/build/tools`