mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +00:00
Docs: Add note about Android port being broken
This commit is contained in:
parent
b543523717
commit
d0f80e1f05
Notes:
github-actions[bot]
2025-03-10 18:59:44 +00:00
Author: https://github.com/InvalidUsernameException Commit: https://github.com/LadybirdBrowser/ladybird/commit/d0f80e1f05f Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3890 Reviewed-by: https://github.com/ADKaster ✅
2 changed files with 6 additions and 0 deletions
|
@ -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``
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue