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

Issue

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.

Solution

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.

Answered By – ivanX

Answer Checked By – David Marino (FlutterFixes Volunteer)

Leave a Reply

Your email address will not be published. Required fields are marked *