
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
flutter doctor라고 입력하고 엔터를 누르니 이런 화면이 나왔습니다.
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.3.2, on Microsoft Windows [Version 10.0.19045.2965], locale ko-KR)
[!] Android toolchain - develop for Android devices (Android SDK version 33.0.2)
X No Java Development Kit (JDK) found; You must have the environment variable JAVA_HOME set and the java binary in
your PATH. You can download the JDK from https://www.oracle.com/technetwork/java/javase/downloads/.
[√] 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 2022.2)
X Unable to find bundled Java version.
[√] VS Code (version 1.78.2)
[√] Connected device (3 available)
[√] HTTP Host Availability
! Doctor found issues in 3 categories.
https://www.oracle.com/technetwork/java/javase/downloads에 가서 JDK를 다운로드 디렉토리에 다운로드 받았는데
PATH에 없다고 하는 것도 처리 하여야 할 것 같아서요.
어떻게 하면 되지요
