
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
강의를 들으려고 프로그램들을 전부 설치 했는데 마지막에 오류가 나네요.
자바 오류인가 해서 설명에 나온대로 파일명을 lastet로 바꿔보려 들어갔는데 이미 lastet로 되어있고
뭐가 잘못된건지 모르겠습니다.

작성한 코드 및 에러 메세지
Microsoft Windows [Version 10.0.22621.1992]
(c) Microsoft Corporation. All rights reserved.
C:\Users\kassy>flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.3.2, on Microsoft Windows [Version 10.0.22621.1992], locale ko-KR)
[!] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
X Android license status unknown.
Run `flutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/windows#android-setup for more details.
[√] Chrome - develop for the web
[X] Visual Studio - develop for Windows
X Visual Studio not installed; this is necessary for Windows development.
Download at https://visualstudio.microsoft.com/downloads/.
Please install the "Desktop development with C++" workload, including all of its default components
[√] Android Studio (version 2021.3)
[√] VS Code (version 1.81.1)
[√] Connected device (3 available)
[√] HTTP Host Availability
! Doctor found issues in 2 categories.
C:\Users\kassy>flutter doctor --android-licenses
����: �⺻ Ŭ���� com.android.sdklib.tool.sdkmanager.SdkManagerCli��(��) �ε��ϴ� �� LinkageError�� ���߽��ϴ�.
java.lang.UnsupportedClassVersionError: com/android/sdklib/tool/sdkmanager/SdkManagerCli has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
C:\Users\kassy>
