1
resposta

[Dúvida] Olhar minhas aplicaçoes pelo Celular

Uso o Framework Intellij para fazer minhas apliçoes com Flutter, conseguir conectar meu celular nesse, mas na hora de desbugar aparece este erro:

FAILURE: Build failed with an exception.

  • What went wrong: Could not open settings generic class cache for settings file 'C:\Users\fnand\IdeaProjects\untitled\android\settings.gradle' (C:\Users\fnand.gradle\caches\7.4\scripts\ea4ydi90mwjg9g63m7r6nimmx).

    BUG! exception in phase 'semantic analysis' in source unit 'BuildScript' Unsupported class file major version 63

  • 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.

  • Get more help at https://help.gradle.org

BUILD FAILED in 3s Exception: Gradle task assembleDebug failed with exit code 1

Oque eu faço para corrigir ?

1 resposta

Bom dia Fernando, cara que bug especifico esse!

Dei uma pesquisada e vi que pode ser por culpa do JDK ( Java) estar numa versão não compativel no seu PC.

https://stackoverflow.com/questions/67240279/could-not-open-settings-generic-class-cache-for-settings-file

Teve um rapaz que resolveeu sem mudar o JDK diretamente, da um olhadinha -> https://forum.ionicframework.com/t/could-not-open-settings-generic-class-cache-when-building-android/218616

Espero que tenha ajudado