
The Use Custom Build option controls whether Godot uses its own internalīuild process, or a traditional Gradle build process. Forīuilds that you intend to upload to Google Play, use an Android App Bundle. For testing on a local device during development, anĪPK file is more convenient, as it can be directly installed using adb.
#Export android studio project apk
The Export Format option indicates whether to export as an APK file or anĪndroid App Bundle (.AAB). Options are grouped into categories to the right of the Export window.Ĭommon options to adjust include: Export Format and Use Custom Build From the Export window, select the Add… dropdown menu, and thenįigure 2: The Export window Customize Android export optionsĪfter creating an Android export preset for your project, you can configureĮxport options by selecting the new preset in the Export window.From the editor menu bar, select Project -> Export….Add an Android export presetĪn export preset for Android must be created for the project. You may wish to omit it from the version control scope of your project. Is relative to the project root directory.

The build template files will be stored in an android/build subdirectory that Click the Install button.įigure 1: The Export Template Manager window


Generate both APK files for local device testing and Android App Bundles for
#Export android studio project how to
This topic describes how to export a Godot project as an Android app.
