Replies: 5 comments 9 replies
-
hi @burekas7 If you expand the logs for the Installing dependencies step, you'll notice an error message indicating that the current Gradle version you are using (8.1.1) is not supported, and a minimum Gradle version of 8.2 is required. Please update your Gradle version to 8.2 or higher. Additionally, the default Java version on the build machine is already set to version 17, starting from June 10. Check this announcement |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
There is still slowness during the build. (And also the iOS build is more then usual here) In addition I'm still getting this error message even my grade configure with 8.2.
Why is that? This is my 'gradle-wrapper.properties' which is ok.
|
Beta Was this translation helpful? Give feedback.
-
hey @burekas7 just note that build minutes with Android, especially the ones that contain very heavy gradle tasks and take a long time to complete, can be improved considerably by caching |
Beta Was this translation helpful? Give feedback.
-
I'm tentatively closing the discussion since we haven't heard back from you. You can open the discussion again by replying to this message or opening a new discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Recently the Android build has become very slow.
The only change was a change in the JAVA version:
17, instead of the default version which is currently 11
(By the way, at some point I recommend setting 17 as the default)
But nothing else has changed.
So why has Android build become so slow and unstable (with strange errors sometimes, or sdk installation)
Some of the last builds:
Beta Was this translation helpful? Give feedback.
All reactions