[Environmental setting] 11. Flutter & Android Studio Install

김미숙's avatar
Jul 23, 2025
[Environmental setting] 11. Flutter & Android Studio Install

1. Flutter Install

notion image
 
notion image
 

2. flutter Path 등록

notion image
notion image
notion image
notion image
제일 위로 이동
제일 위로 이동

Path 등록 확인

notion image
플러터 → 환경변수 등록 필요
 

3. Android Studio Install

notion image
notion image
 
 
설치 후 플러터 확인할때 - flutter doctor
설치 후 플러터 확인할때 - flutter doctor
✅ cmdline-tools component is missing ❓원인: Flutter가 Android SDK의 "Command-line tools" (명령줄 도구)를 찾지 못했습니다. 이 도구는 sdkmanager, avdmanager 등의 도구 실행에 필요합니다. 💡해결 방법: 방법 A) 명령어로 설치 cd "C:\Program Files\Android\Android Studio\cmd" .\sdkmanager.bat --install "cmdline-tools;latest" ※ sdkmanager.bat 는 보통 Android\Sdk\cmdline-tools\bin 아래에 있습니다. 정확한 경로 모르면 where sdkmanager 또는 dir /s /b sdkmanager.bat 로 찾아보세요. 방법 B) Android Studio에서 설치 1. Android Studio 실행 2. [More Actions] → [SDK Manager] 클릭 3. [SDK Tools] 탭으로 이동 4. "Android SDK Command-line Tools (latest)" 체크 5. Apply → OK
 
notion image
 
전부 다 y 입력
전부 다 y 입력
 
notion image
➡ 다시 확인하면 Android toolchain 설치 확인 됨
➡ Visual Studio는 체크되어있지 않아도 된다

4. Android Studio 환경설정

1. 자동정렬

notion image
 

2. 글자 크기 및 폰트 변경 & 마우스 wheel로 크기 변경

글자 크기 및 폰트 변경

notion image

마우스 wheel로 크기 변경

notion image
Share article

parangdajavous