Documentation: Remove metions about Android port not working

This commit is contained in:
Olekoop 2025-06-10 18:56:05 +00:00 committed by Andrew Kaster
commit a70fade461
Notes: github-actions[bot] 2025-07-10 21:46:38 +00:00
3 changed files with 0 additions and 7 deletions

View file

@ -180,9 +180,6 @@ choco install pkgconfiglite -y
### 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,6 +1,3 @@
> [!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.

View file

@ -33,7 +33,6 @@ Contributions to restore or improve compatibility are welcome!
There is currently one in progress platform port:
- Android: The Android platform port, using the Android SDK/NDK directly.
The removal of `LibArchive` and the `DeprecatedPainter` from the repository has left gaps, as the port previously depended on these components.
## Porting Steps