- 전체보기
- RecyclerView
- 구글 지도 POI showInfoWindow 작동이 갑자기
- 안드로이드 에러 해결하기 Could not find com.android.tools.build:gradle:7.3.3.
- Dependency 'androidx.activity:activity:1.8.0' requires libraries and applications that depend on it to compile against version 34...
- 안드로이드 앱 2개가 설치가 되는 현상
- 안드로이드 버튼 텍스트 대문자로만 표기가 된다
- 안드로이드 앱 중국어 적용하기
Android - 안드로이드 에러 해결하기 Could not find com.android.tools.build:gradle:7.3.3.
조회수: 219
업데이트를 하지 않고 방치한 앱을 새로 업데이트할 때 이런 에러가 납니다.
Could not find com.android.tools.build:gradle:7.3.3.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/7.3.3/gradle-7.3.3.pom
- https://repo.maven.apache.org/maven2/com/android/tools/build/gradle/7.3.3/gradle-7.3.3.pom
Required by:
project :
Add google Maven repository and sync project
Open File
안드로이드 스튜디오 세팅(settings)으로 들어가자.
맥에서 단축키: command랑 콤마(,)를 누르자.
Build, Execution, Deployment -> Build Tools -> Gradle로 가자.
Gradle JDK를 JAVA_HOME을 선택. 혹시나 안 보이면 각자 알아서 하나씩 눌러서 테스트하면 작동할 것이다.
이렇게 해도 문제가 있으면 구글에 검색해서 해결해야 함. ㅋㅋ
Could not find com.android.tools.build:gradle:7.3.3.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/7.3.3/gradle-7.3.3.pom
- https://repo.maven.apache.org/maven2/com/android/tools/build/gradle/7.3.3/gradle-7.3.3.pom
Required by:
project :
Add google Maven repository and sync project
Open File
안드로이드 스튜디오 세팅(settings)으로 들어가자.
맥에서 단축키: command랑 콤마(,)를 누르자.
Build, Execution, Deployment -> Build Tools -> Gradle로 가자.
Gradle JDK를 JAVA_HOME을 선택. 혹시나 안 보이면 각자 알아서 하나씩 눌러서 테스트하면 작동할 것이다.
이렇게 해도 문제가 있으면 구글에 검색해서 해결해야 함. ㅋㅋ