You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[X ] I have searched existing issues and confirmed this is not a duplicate
Issues and steps to reproduce
Install Android Studio Flamingo, choose new project from version control, attempt to build.
Expected behavior
Builds
Version of the flexbox library
3.0.0
Actual Behavior
Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Unsupported Java.
Your build is currently configured to use Java 17.0.6 and Gradle 6.7.1.
Possible solution:
Upgrade Gradle wrapper to 7.2 version and re-import the project
Also, does this repo have no more love from google? Is there anyone even looking at this repo from google? So many issues and PR's without a single response from any repo manager for years, sad. @thagikura
The text was updated successfully, but these errors were encountered:
At first go to your project gradle/wrapper directiory and then gradle-wrapper.properties go to this file into that folder and upgrade the gradle version to 7.4 or higher like
Issues and steps to reproduce
Install Android Studio Flamingo, choose new project from version control, attempt to build.
Expected behavior
Builds
Version of the flexbox library
3.0.0
Actual Behavior
Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Unsupported Java.
Your build is currently configured to use Java 17.0.6 and Gradle 6.7.1.
Possible solution:
Also, does this repo have no more love from google? Is there anyone even looking at this repo from google? So many issues and PR's without a single response from any repo manager for years, sad. @thagikura
The text was updated successfully, but these errors were encountered: