-
Notifications
You must be signed in to change notification settings - Fork 124
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
Unable to run android app with flutter run due to AppsflyerSdkPlugin.java errors #342
Comments
Downgrading to 6.13.0+2 resolved the issue |
Hi @Yonkokilasi, |
It seems that upgrading to Java17 is an irrational behavior and does not consider development compatibility. |
I agree with @JosephusZhou , how does this make sense? Will you force all flutter projects to do this migration? I have the same problem |
AGP v8 required Java 17 as shown here . |
same issue here, did someone solve this error? |
download java 17 |
@micael-nascimento-smartfit @pedroculque @JosephusZhou @Yonkokilasi Aligning with this requirement often necessitates using a compatible Java Development Kit (JDK) version. For instance, the Android Gradle Plugin version 8.x requires JDK 17. Java versions in Android builds Therefore, to comply with these standards and ensure compatibility, we’ve updated the Java version to 17 in our Flutter plugin. This update not only meets Google’s policies but also enhances security and performance for your app. For detailed information, please refer to the following resources: |
Describe the bug
A clear and concise description of what the bug is.
After upgrading to appsflyer_sdk: ^6.15.1 I can no longer run my flutter app.
To Reproduce
Steps to reproduce the behavior:
Upgrade appsflyer_sdk to 6.15.1
Do flutter run in your terminal
Expected behavior
A clear and concise description of what you expected to happen.
I get a multitude of errors , Will post the first few here
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
output of flutter doctor
The text was updated successfully, but these errors were encountered: