From 9426e7b7d3d05595a802e8e5263decb0dd889985 Mon Sep 17 00:00:00 2001 From: Laura Hermanns Date: Sun, 22 Sep 2024 18:30:06 -0400 Subject: [PATCH] [Docs] Updated README.md documents for Android support. --- README.md | 5 ++--- docu/README.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c7424a274c..1e46dac1b7 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,8 @@ LLGL on GNU/Linux requires the development libraries for [X11](https://www.x.org ### Android -The [Android NDK](https://developer.android.com/ndk) with at least API level 21 is required. -The build script to generate project files is currently only supported on **GNU/Linux** -and requires [CMake 3.10](https://cmake.org/) or later and the [Code::Blocks](http://www.codeblocks.org/) IDE. +[Android NDK](https://developer.android.com/ndk) with at least API level 21 is required. +The build script supports generating project files for [Android Studio](https://developer.android.com/studio). ## Installing (vcpkg) diff --git a/docu/README.md b/docu/README.md index 365fb144d3..69fe2cf174 100644 --- a/docu/README.md +++ b/docu/README.md @@ -44,7 +44,7 @@ On Windows, MSYS2 can be used to run *BuildAndroid.sh*. #### Known issues -Currently only the GLES backend is supported for Android. Vulkan backend compiles but is not stable and untested at the moment. +Currently only the GLES backend is supported for Android. Vulkan backend compiles but is not stable (synchronization issues are visible). ## GNU/Linux