trying to export a godot 3.5 project as an AAB file (android), and I’m getting this error
could successfully export an apk file, but playstore requires AAB file
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ‘:packageReleaseBundle’.
A failure occurred while executing com.android.build.gradle.internal.tasks.PackageBundleTask$BundleToolWorkAction
Both modules ‘base’ and ‘installTime’ contain asset entry ‘assets/.ico’.
I’ve googled the problem and can’t find any past queries with the same error. There’s no problem with exporting the APK, so I’m assuming all the release keystore related things are correct.
Amey Bhandari is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.