
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
동영상보고 다 했는데
머가 잘못된걸까요..
도와주세요
작성한 코드 및 에러 메세지
C:\Users\scdae>flutter doctor
Running "flutter pub get" in flutter_tools... 49.4s
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.3.2, on Microsoft Windows [Version 10.0.22621.2715], locale ko-KR)
Checking Android licenses is taking an unexpectedly long time...[!] 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
[!] Visual Studio - develop for Windows (Visual Studio Community 2022 17.8.2)
X Visual Studio is missing necessary components. Please re-run the Visual Studio installer for the "Desktop
development with C++" workload, and include these components:
MSVC v142 - VS 2019 C++ x64/x86 build tools
- If there are multiple build tool versions available, install the latest
C++ CMake tools for Windows
Windows 10 SDK
[√] Android Studio (version 2021.3)
[√] VS Code (version 1.84.2)
[√] Connected device (3 available)
[√] HTTP Host Availability
! Doctor found issues in 2 categories.
C:\Users\scdae>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\scdae>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\scdae>
