
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
Android Studio 설치 후 cmd에서 flutter doctor 입력했을 때 아래 오류가 뜹니다. 해결 방법 알려주세요.
같은 이슈로 flutter 파일이랑 안드로이드 스튜디오 둘 다 삭제 후 다시 설치 시도하는 중입니다.
아래 안내에 따라서 "flutter config --android-sdk C:\Users\tjung\AppData\Local\Android\Sdk" 명령도 입력해봤는데 해결이 안됩니다.

작성한 코드 및 에러 메세지
C:\Windows\System32>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.3693], locale ko-KR)
[!] Android toolchain - develop for Android devices
X Unable to locate Android SDK.
Install Android Studio from: https://developer.android.com/studio/index.html
On first launch it will assist you in installing the Android SDK components.
(or visit https://flutter.dev/docs/get-started/install/windows#android-setup for detailed instructions).
If the Android SDK has been installed to a custom location, please use
`flutter config --android-sdk` to update to that location.
X No valid Android SDK platforms found in C:\Users\tjung\AppData\Local\Android\Sdk\platforms. Candidates were:
- android-34-ext10
[√] 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.86.1)
[√] Connected device (3 available)
[√] HTTP Host Availability
! Doctor found issues in 2 categories.
