Documentation: Add prerequisites for Android build

This commit is contained in:
Andrew Kaster 2023-09-16 17:32:53 -06:00 committed by Andrew Kaster
parent 642a2570a8
commit f9f5c5a3a9

View file

@ -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``.