Docs: Add note about Android port being broken

This commit is contained in:
InvalidUsernameException 2025-03-10 14:13:04 +01:00 committed by Andrew Kaster
parent b543523717
commit d0f80e1f05
Notes: github-actions[bot] 2025-03-10 18:59:44 +00:00
2 changed files with 6 additions and 0 deletions

View file

@ -200,6 +200,9 @@ pkgman install cmake cmd:python3 ninja openal_devel qt6_base_devel qt6_multimedi
### Android:
> [!NOTE]
> The Android port is currently [broken](https://github.com/LadybirdBrowser/ladybird/issues/2774) and won't build.
On a Unix-like platform, install the prerequisites for that platform and then see the [Android Studio guide](EditorConfiguration/AndroidStudioConfiguration.md).
Or, download a version of Gradle >= 8.0.0, and run the ``gradlew`` program in ``UI/Android``

View file

@ -1,3 +1,6 @@
> [!NOTE]
> The Android port is currently [broken](https://github.com/LadybirdBrowser/ladybird/issues/2774) and won't build.
## Android Studio Project Configuration
The Android port of Ladybird has straightforward integration with the Android Studio IDE.