
요청해주신대로 안드로이드 스튜디오 제어판에서 삭제후 다시 인스톨했으나 결과는 같습니다.
https://teamsparta.notion.site/Windows-f47f6b51b1a745598318a0065171a99f
3. Android Studio
1) Android Studio 설치
1~ 9.설치가 완료되었고, Finish 버튼을 눌러 Android Studio를 실행해 주세요.
이 부분까지는 설치메뉴얼대로 실행 되는데
10번~ 31번 항목까지는 실행되지 않고 바로 안드로이드 스튜디오가 실행됩니다.
명령프로포트 === C:\Users\senti>flutter doctor 실행시 에러 메세지는 다음과 같습니다.
Microsoft Windows [Version 10.0.19045.2846]
(c) Microsoft Corporation. All rights reserved.
C:\Users\senti>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.2846], 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.
[!] Android Studio
X android-studio-dir = c:\Program Files\Android\Android Studio
X Unable to find bundled Java version.
[√] VS Code (version 1.78.0)
[√] Connected device (3 available)
[√] HTTP Host Availability
! Doctor found issues in 4 categories.
C:\Users\senti>
