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

Time:01-28

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.

CodePudding user response:

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.

  •  Tags:  
  • Related