#how to export projects to Android devices?
2 messages · Page 1 of 1 (latest)
- Install Android Studio & OoenJDK17
https://docs.godotengine.org/en/stable/tutorials/export/exporting_for_android.html
You can install other android tools from Settings > SDK Manager in Android Studio. - Set JDK path and Android SDK path like screenshots in Godot Engine (Editor Settings > Export)
- Download export template from Editor Setting > Manage Export Template.
- If you want to export apk, you can export it by adding "Android" to export config. If you need aab, you additionally need to add android project template to your project.
Godot Engine documentation
Exporting for Android has fewer requirements than compiling Godot for Android. The following steps detail what is needed to set up the Android SDK and the engine. Install OpenJDK 17: Download and i...