From 03c2c4b947bb9f3123bb478001a0d8b87711cc66 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 9 May 2018 11:00:02 +0200 Subject: [PATCH] Updated Compile for Android (markdown) --- Compile-for-Android.md => Working-for-Android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Compile-for-Android.md => Working-for-Android.md (91%) diff --git a/Compile-for-Android.md b/Working-for-Android.md similarity index 91% rename from Compile-for-Android.md rename to Working-for-Android.md index c18e1a4..472fb42 100644 --- a/Compile-for-Android.md +++ b/Working-for-Android.md @@ -1,4 +1,4 @@ -To build your raylib game for Android you need a different compiler than the one that comes with raylib installation, actually, you need a set of tools. Those tools are basically the Android SDK and Android NDK that can be installed from Android Studio's built in SDK Manager. +To build your raylib game for Android you need a set of tools for Android. Those tools are basically the Android SDK and Android NDK that can be installed from Android Studio's built in SDK Manager. ### Installing Android tools