Skip to content
Advertisement

Flutter & Android: Your build is currently configured to use Java 17.0.2 and Gradle 7.0.2

I got this on my android part of Flutter.

Unsupported Java. 
Your build is currently configured to use Java 17.0.2 and Gradle 7.0.2.

Possible solution:
 - Open Gradle wrapper settings, change `distributionUrl` property to use compatible Gradle version and reload the project

Please kindly tell the solution to this. I would really appreciate your answer.

Advertisement

Answer

Gradle 7.0.2 support java version 16, in your project Java is setted for version 17, so solution is to upgrade gradle version or downgrade Java version.

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement