* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
vscode는 원래 깔려있어서 플러터 관련 익스텐션 설치했고,
안드로이드 스튜디오와 플러터 설치, 환경변수 설정도 올바르게 따라가서
cmd에서 flutter doctor, flutter doctor --android-licenses까지 완료했습니다.
안드로이드스튜디오를 통해 구글픽셀2로 가상디바이스도 실행이 되는데,
계속 run without debugging만 클릭하면 이렇게 에러메세지가 출력되고, 가상디바이스엔 아무런 변화가 생기지 않습니다.
Launching lib\main.dart on Android SDK built for x86 in debug mode...
main.dart:1
FAILURE: Build failed with an exception.
* What went wrong:
Could not open settings generic class cache for settings file 'D:\flt\fltprac\android\settings.gradle' (C:\Users\ggobu\.gradle\caches\7.4.2\scripts\77jhu25x1alkwqlsga1g9pqp2).
> BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' 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.
* Get more help at https://help.gradle.org
BUILD FAILED in 1s
Exception: Gradle task assembleDebug failed with exit code 1
Exited (sigterm)