Documentation: Add prerequisites for Android build
This commit is contained in:
parent
642a2570a8
commit
f9f5c5a3a9
Notes:
sideshowbarker
2024-07-17 07:11:12 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/f9f5c5a3a9 Pull-request: https://github.com/SerenityOS/serenity/pull/21100
1 changed files with 10 additions and 0 deletions
|
@ -2,6 +2,16 @@
|
|||
|
||||
The Android port of Ladybird has straightforward integration with the Android Studio IDE.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Ensure that your system has the following tools available:
|
||||
|
||||
- Android Studio Giraffe 2022.3.1 Patch 1 or later
|
||||
- CMake 3.23 or higher as the default CMake executable
|
||||
- 20G or more storage space for SDKs + Emulator images + Gradle dependencies + build artifacts
|
||||
|
||||
## Opening the project
|
||||
|
||||
After opening the ``serenity`` directory in Android Studio (NOT the Ladybird/Android directory!)
|
||||
there should be a pop-up in the bottom left indicating that an Android Gradle project was detected
|
||||
in ``Ladybird/Android``.
|
||||
|
|
Loading…
Add table
Reference in a new issue