트러블슈팅
[안드로이드스튜디오]SDK location not found. Define location with an ANDROID_SDK_ROOT environment variable or by setting the sdk.dir path in your project's local properties file at '~/android/local.properties'
sdk 위치를 찾을 수 없으니 해당 디렉토리에 local.properties파일을 생성하면된다 local.properties 파일을 생성하고 아래 내용을 입력한다 sdk.dir=C\:\\Users\\csjty\\AppData\\Local\\Android\\sdk
[안드로이드스튜디오]Task 'wrapper' not found in project
해결책: gradle wrapper를 사용해서 빌드 환경 맞추기 build.gradle task wrapper(type: Wrapper) { gradleVersion = '7.0' } gradle wrapper 를 사용하는 목적은, 빌드하는 사용자마다 같은 버전의 빌딩 도구를 사용하도록 유도하여 누가 어디서 빌드를 하든 손쉽게 같은 결과가 나오도록 하는 것이다. (심지어 gradle 빌드 도구를 설치하지 않은 사용자라 할 지라도...)
![[안드로이드스튜디오]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를 일시적으로 끄는 방법을 검색해서 따라하면 된다