Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android AAB export results in no file being created #100689

Open
Bryce-Dixon opened this issue Dec 21, 2024 · 1 comment · May be fixed by #100756
Open

Android AAB export results in no file being created #100689

Bryce-Dixon opened this issue Dec 21, 2024 · 1 comment · May be fixed by #100756

Comments

@Bryce-Dixon
Copy link

Tested versions

I've tried exporting the same project with the same settings on the same machine with various recent engine builds:

  • 4.3 stable works as expected
  • 4.4 dev1 and 4.4 dev2 work as expected
  • 4.4 dev3 onward produce no errors (Gradle window reports "all tasks successful"), but no "game.aab" file is created

System information

Godot v4.4.dev7 - Linux Mint 22 (Wilma) - X11 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3070 Ti (nvidia; 535.183.01) - AMD Ryzen 7 5800X 8-Core Processor (16 Threads)

Issue description

Trying to perform an Android AAB export (for the Google Play store) on recent development builds does not result in an exported file being created despite no errors being reported.

Steps to reproduce

  1. Create a new project
  2. Ensure computer is prepared for an Android export
  3. Install Android Build Template
  4. Select Project -> Export... from the Main Menu Bar
  5. Select Add... -> Android
  6. Check "Use Gradle Build" and switch Export Format to "Export AAB"
  7. Click "Export Project..."
  8. Set file name to "game.aab" and wait for build to complete (Debug/Release setting does not matter)

On 4.4 dev2 and earlier "game.aab" will be created, but on 4.4 dev3 and later "game.aab" will not be created despite no errors being reported.

Minimal reproduction project (MRP)

Attached MRP has no Android build template; that must be installed with Project -> Install Android Build Template... before attempting to export.
no-aab-mrp.zip

@matheusmdx
Copy link
Contributor

Bisected to #88803, @raulsntos

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Unassessed
Status: For team assessment
Development

Successfully merging a pull request may close this issue.

3 participants