flutter_sdk icon indicating copy to clipboard operation
flutter_sdk copied to clipboard

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.

Open Tsutou opened this issue 3 years ago • 2 comments

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.

Tsutou avatar Apr 07 '22 09:04 Tsutou

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?

uerceg avatar Jun 03 '22 11:06 uerceg

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?

tmeijn avatar Nov 28 '23 10:11 tmeijn