-
Notifications
You must be signed in to change notification settings - Fork 19
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 Release Build Fails On Flutter 3.24.0
#114
Comments
hi, we have the same problem, how to solve? thanks |
same problem |
Any updates on this? Flutter 3.24 fixes some critical bugs for us and this is the only dependency blocking the release. 😢 |
hey @MRasch @stoppimyse @garmashev @PetrKubes97 we're on it, estimating the release for tomorrow |
could you please try v2.10.2? also, if you use |
Hey @vladd-g the issue is still coming with latest sdk v2.10.2. We are in production and this issue is coming. Whats the estimated timeline to solve the issue. |
@tekztosolutions could you please try this as a temporary solution to see if it helps? |
@vladd-g that did work for me! Don't forget to flutter clean, I was getting some weird errors. |
@vladd-g I've come to the conclusion that the workaround suggested in your previous comment was causing the issue with Adapty not activating. Looking at the actual cause of the
issue, it seems that it is related to to compile version. Locally, I've changed Adapty's compile sdk version to 34 and everything seems to work fine with the latest flutter version. |
@PetrKubes97 thank you for sharing! by the way,
that time I thought you meant this suggestion that does pretty much the same, but looks like you meant only the release itself, right? |
Using the suggestion, adapty was not activating properly, so there might be something else going on. |
same problem, using flutter 3.24.0 and adapty_flutter: 2.10.2 error:
The suggested fix didn't work. |
@rignaneseleo could you please try updating your project's Kotlin version to 1.9.x? |
done, now it works. thanks! |
@MRasch @stoppimyse @garmashev @PetrKubes97 @tekztosolutions could you please try v2.10.3 with the fix? |
I am going to close the issue since there has been no response, and the fix appears to have been delivered. |
Hello,
I try to use the
adapty_flutter
library version2.10.1
in a new flutter project, but the build fails.It is a plain flutter project generated from Android Studio with nothing changed on the configuration.
This is my configuration:
My
pubspec.yaml
:The
debug
build runs through but if I try to buildrelease
on Android it fails with:Exception is:
The text was updated successfully, but these errors were encountered: