#how to export projects to Android devices?

2 messages · Page 1 of 1 (latest)

pulsar sun
#

im trying to export my project to an android device but most yt videos are outdated, and the docs dont explain it well imo. im on windows. any help will be appreciated!

weak wren
#
  1. 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.
  2. Set JDK path and Android SDK path like screenshots in Godot Engine (Editor Settings > Export)
  3. Download export template from Editor Setting > Manage Export Template.
  4. 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.