diff --git a/Documentation/BuildInstructionsLadybird.md b/Documentation/BuildInstructionsLadybird.md index 7d338f425fa..5c8a15ec64f 100644 --- a/Documentation/BuildInstructionsLadybird.md +++ b/Documentation/BuildInstructionsLadybird.md @@ -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`` diff --git a/Documentation/EditorConfiguration/AndroidStudioConfiguration.md b/Documentation/EditorConfiguration/AndroidStudioConfiguration.md index b04165ac677..9dc42e1d18e 100644 --- a/Documentation/EditorConfiguration/AndroidStudioConfiguration.md +++ b/Documentation/EditorConfiguration/AndroidStudioConfiguration.md @@ -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.