diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2022-08-25 17:50:53 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2022-08-25 17:50:53 +0200 |
commit | ce56743aa1b90310ebd036eff8897030c45638b4 (patch) | |
tree | 1675730227eae9a6eebec5104de0c246551a6c7e /platform/android/README.md | |
parent | 0cf0e960387620e6a206b5417b25aca008788043 (diff) | |
download | redot-engine-ce56743aa1b90310ebd036eff8897030c45638b4.tar.gz |
Improve platform-specific READMEs to add useful links
This also adds READMEs for all platforms.
Diffstat (limited to 'platform/android/README.md')
-rw-r--r-- | platform/android/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/platform/android/README.md b/platform/android/README.md index 343e588553..f6aabab708 100644 --- a/platform/android/README.md +++ b/platform/android/README.md @@ -3,6 +3,13 @@ This folder contains the Java and C++ (JNI) code for the Android platform port, using [Gradle](https://gradle.org/) as a build system. +## Documentation + +- [Compiling for Android](https://docs.godotengine.org/en/latest/development/compiling/compiling_for_android.html) + - Instructions on building this platform port from source. +- [Exporting for Android](https://docs.godotengine.org/en/latest/tutorials/export/exporting_for_android.html) + - Instructions on using the compiled export templates to export a project. + ## Artwork license [`logo.png`](logo.png) and [`run_icon.png`](run_icon.png) are licensed under |