What went wrong:
Execution failed for task ‘:gradle:compileGroovy’.
BUG! exception in phase ‘semantic analysis’ in source unit ‘E:FluterNew folderflutterpackagesflutter_toolsgradlesrcmaingroovyapp_plugin_loader.groovy’ Unsupported class file major version 64
- Try:
Run with –stacktrace option to get the stack trace.
Run with –info or –debug option to get more log output.
Run with –scan to get full insights.
I tried the commands
cd android to open my android folder of my flutter app
then I enter another command
./gradlew app:signingReport
But I’m facing the error ” What went wrong:
Execution failed for task ‘:gradle:compileGroovy’.
BUG! exception in phase ‘semantic analysis’ in source unit ‘E:FluterNew folderflutterpackagesflutter_toolsgradlesrcmaingroovyapp_plugin_loader.groovy’ Unsupported class file major version 64
- Try:
Run with –stacktrace option to get the stack trace.
Run with –info or –debug option to get more log output.
Run with –scan to get full insights.”
how can i solve it
Haris Afaq is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.