Gradle build failed to produce an .aab file. It's likely that this file was generated under <root>/build, but the tool couldn't find it.
When I put in Adjust's SDK, it fails to generate the App Bundle.
I have not changed gradle version etc (4.10.0) and when I add adjust_sdk: ^4.29.2 to pubspec.yaml, the flutter build appbundle does not pass and fails with the error in the title.
I would like to know if you have any idea what the cause is and how to fix it.
Hi @Tsutou,
Sorry for delay in replying. Hm. Not sure what might be causing this. Did you maybe check out these issues (https://github.com/flutter/flutter/issues/92316 & https://github.com/flutter/flutter/issues/44796) which do appear to be similar to what you have reported?
For anyone that comes across this issue: this seems to solve it for us: https://stackoverflow.com/a/69142236
Very strange that the introduction of this SDK seems to change this behavior. @uerceg do you have any idea why?