전체 글
![[01] vscode, android studio에서 환경세팅](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FUXDI3%2Fbtq5w5KBaKR%2FB79zqlKMLpRwREedbWijRk%2Fimg.png)
[01] vscode, android studio에서 환경세팅
1. https://flutter.dev >> get started >> install >> bin폴더경로 환경변수 설정 2. flutter doctor flutter doctor를 입력하면 ! run: flutter doctor --android-licenses 이렇게 뜨는데 flutter doctor --android-licenses 를 입력하고 다시 flutter doctor를 입력 >> No issues found! 3. vscode에서 플러터 프로젝트 만들기 1. 마켓플레이스에서 flutter를 설치 2. View >> Command Palette >> Flutter: new application project를 클릭 프로젝트 생성 3. View >> Command Palette >> Flutt..
![[안드로이드스튜디오]Your anti-virus program might be impacting your build performance. Android Studio checked the following directories:](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbZGR1q%2FbtqFnEdlBtK%2Flc1l4IABmhZkywBSERDojK%2Fimg.png)
[안드로이드스튜디오]Your anti-virus program might be impacting your build performance. Android Studio checked the following directories:
안드로이드 스튜디오에서 컴파일할때 아래와 같은 에러가 나면 Your anti-virus program might be impacting your build performance. Android Studio checked the following directories: Windows 10에서 Windows Defender Antivirus를 일시적으로 끄는 방법을 검색해서 따라하면 된다
[안드로이드]개요, 개발환경설치
안드로이드 개요 안드로이드는 많은 모바일 os 중 하나 모바일 os 종류 : 윈도우폰 iPone 안드로이드 RIM 심비안 버전 : 1.0 애플파이 1.1 바나나 브레드 1.5 컵케이트 1.6 도넛 2.0,2.1 이클레어 2.2 프로요 2.3 진저 브레드 3.X 허니콤보 4.0 아이스크림 샌드위치 4.X 젤리빈 4.4 킷캣 5.0 롤리팝 모바일웹,네이티브웹,하이브리드 모바일웹:마켓에 안올림 PC와 똑같이 접속하되 PC꺼를 사이즈호환?/네이티브웹:안드로이드 프레임워크로만 만들고 마켓에 올림/하이브리드:둘다 짬뽕 모바일웹으로 만들어서 안드로이드프레임워크로 감싸서(패키징) 마켓에 올림 ADT,SDK ADT : 안드로이드 디벨로먼트 키트 안드로이드 SDK를 이용해서 안드로이드 프로젝트를 개발하는 도구 SDK : ..