안드로이드[Android]
안드로이드 스튜디오[Android Studio] Plugin [id: 'com.google.gms.google-services'] was not found in any of the following sources: 에러 해결방법
안드로이드 스튜디오 프로젝트를 파이어 베이스(Realtime Database)와 연동하기위해 플러그인와 의존성을 추가하고 있었는데 Plugin [id: 'com.google.gms.google-services'] was not found in any of the following sources: 에러가 발생하였습니다. 공식문서를 보고 모듈 (앱 수준) Gradle 파일인 build.gradle(Module: 프로젝트명.app)에 플러그인을 추가하는 과정에서 위와 같은 에러가 발생하였습니다. plugins { // Add the following line: id 'com.google.gms.google-services' } 사실 공식 문서 상에는 모듈 (앱 수준) Gradle 파일에 위와 같은 플러그인을 ..
2022. 3. 6. 23:14
최근댓글