Android build error: invalid source release: 17 #2147
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce
Expected resultsI expect the app to build Actual resultsApp build failed for android with error: FAILURE: Build failed with an exception.
This only started happening after I tried to do a build to support Android 14. But I get the same error when I try to build my main branch that has successfully built in the past. gradlew and graddle-wrapper files are in the repo I am building from Build id (optional)65380254d594314bb3fb964c |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
same problem here! Is there any solution available? |
Beta Was this translation helpful? Give feedback.
-
@fleckdalm @Ttkrommendijk I think I found the solution: Flutter: 3.7.12 I am still having local build issues with other dependencies from pubspec.yaml needing upgrades but I think the above is the general fix for this |
Beta Was this translation helpful? Give feedback.
-
This was an issue with the add_2_calendar package A recent update (2.2.5) the the add_2_calendar package added support for iOS 17 and I'm assuming the error log was in reference to that. Downgrading to add_2_calendar: 2.2.4 solved this issue |
Beta Was this translation helpful? Give feedback.
This was an issue with the add_2_calendar package
A recent update (2.2.5) the the add_2_calendar package added support for iOS 17 and I'm assuming the error log was in reference to that. Downgrading to add_2_calendar: 2.2.4 solved this issue