logoStephen's 기술블로그

포스트 검색

제목, 태그로 포스트를 검색해보세요

#001 #안드로이드 스튜디오 설치

#001 #안드로이드 스튜디오 설치
Flutter
성훈 김
2024년 4월 15일
목차

안드로이드 스튜디오 설치

 

설치파일 실행

notion image
여기선 그냥 전부 next 누르면 된다.
여기선 그냥 전부 next 누르면 된다.
 
 
notion image
Do not import settings 선택하여 OK
Do not import settings 선택하여 OK
 
 
notion image
Don’t send누르고 계속진행
Don’t send누르고 계속진행
 
 
notion image
next버튼을 클릭
next버튼을 클릭
 
 
notion image
Standard클릭
Standard클릭
 
 
notion image
왼쪽 메뉴 각각을 클릭해서 둘다 accept로 변경
왼쪽 메뉴 각각을 클릭해서 둘다 accept로 변경
 
 
notion image
해당 화면이 나오면 스튜디오 설치는 완료가 되었고, 플러터랑 다트를 설치해야된다.
해당 화면이 나오면 스튜디오 설치는 완료가 되었고, 플러터랑 다트를 설치해야된다.
 
 

플러터 설치

notion image
왼쪽 PlugIns를 클릭하고 플러터 설치
왼쪽 PlugIns를 클릭하고 플러터 설치
 
 
notion image
RestartIDE를 선택해서 스튜디오를 재시작 해줘야 된다.
RestartIDE를 선택해서 스튜디오를 재시작 해줘야 된다.
 
notion image
new flutter project 선택
new flutter project 선택
 
 
notion image
내가 압축을 푼 경로 지정, 보통 폴더이름이 flutter로 된 곳까지 선택하면 된다.
내가 압축을 푼 경로 지정, 보통 폴더이름이 flutter로 된 곳까지 선택하면 된다.
 

프로젝트 생성완료

notion image
플러터가 제대로 설치 되었는지 확인, 콘솔창에 flutter doctor 실행
플러터가 제대로 설치 되었는지 확인, 콘솔창에 flutter doctor 실행
 
notion image
이렇게 sdkmanager가 보이지 않는 다면
이렇게 sdkmanager가 보이지 않는 다면
notion image
설정을 클릭해서 들어가서 >> SDK Tools >> Android SDK 설치
설정을 클릭해서 들어가서 >> SDK Tools >> Android SDK 설치
 
 
 
notion image
flutter doctor —android-liscenses 로 물어보는 건 전부 y 입력
flutter doctor —android-liscenses 로 물어보는 건 전부 y 입력
JavaScript
flutter doctor --android-licenses
 
 
notion image
flutter channel master 입력
flutter channel master 입력
 
 
notion image
flutter upgrade 입력
flutter upgrade 입력
 

Visual Studio 설치

notion image
flutter doctor를 입력해서 현재 설치 상태를 확인
flutter doctor를 입력해서 현재 설치 상태를 확인
 
notion image
notion image
Visual Studio 설치 관련해서 이야기하면, 링크로 설치파일을 다운 받고 
c++를 사용한 데스크톱 개발을 선택해서 설치
Visual Studio 설치 관련해서 이야기하면, 링크로 설치파일을 다운 받고 c++를 사용한 데스크톱 개발을 선택해서 설치
 
 

완료!

notion image
이제 flutter doctor로 모든 항목이 초록색!
이제 flutter doctor로 모든 항목이 초록색!