From 5388baa9d83e5428f6c2a5008ab17114541ff1b9 Mon Sep 17 00:00:00 2001 From: 1NE GROUP <1negroup@pm.me> Date: Tue, 15 Jul 2025 01:41:27 +0000 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 1992b4e..a06e48f 100644 --- a/Working-for-Android-(on-Linux).md +++ b/Working-for-Android-(on-Linux).md @@ -1,4 +1,4 @@ -This guide shows you how to set up and build a raylib project for Android on Linux. This was tested on **Ubuntu 21.10 (64-bit only) and Android 10. Generated APK files will run on Android 6 and up. +This guide shows you how to set up and build a raylib project for Android on Linux. This was tested on #Ubuntu 21.10 (64-bit only) and Android 10. Generated APK files will run on Android 6 and up. This guide is based on [gxbuild](https://github.com/gtrxAC/gxbuild), a simple shell script based build system that can build for Windows, Linux, Web and Android.