You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Select Project -> Export... from the Main Menu Bar
Select Add... -> Android
Check "Use Gradle Build" and switch Export Format to "Export AAB"
Click "Export Project..."
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
The text was updated successfully, but these errors were encountered:
Tested versions
I've tried exporting the same project with the same settings on the same machine with various recent engine builds:
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
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
The text was updated successfully, but these errors were encountered: