godot-docs
godot-docs copied to clipboard
How to compile Godot Editor for Android
Godot version: 3.5
Issue description: Would like to see a guide on how to compile the Godot Editor for Android. The current guide only shows how to compile an Android Template, and not the full editor.
URL to the documentation page: https://docs.godotengine.org/en/latest/development/compiling/compiling_for_android.html
To compile the editor for Android, the two changes you need to make to the build steps are:
- Use the
tools=yes target=release_debugSCons option. - Use
./gradlew generateGodotEditorinstead of./gradlew generateGodotTemplatesinplatform/android/javato create the APK.
Feel free to open a pull request for this :slightly_smiling_face:
Thank you for the clarification. I will open a pull request for the edits.
Issue closed, clarification provided in comments.
Reopening, as this still needs to be documented.
Opened a pull request; https://github.com/godotengine/godot-docs/pull/6089
Submitted pull request #6115 to update the instructions to include compiling the Godot Editor for Android.
Closing this issue as #6115 fixed it.