본문 바로가기

IT/Error

E/ Plugin with id 'com.google.gms.google-services' not found.

반응형

firebase를 gradle에 추가하고싶은데 못하고 있는 상황 발생..

 

예제에는 apply plugin: 'com.google.gms.google-services' 하라고 했으나, 내 코드는 plugins{} 이렇게 되어 있는 상황.

 

plugins{ id 'com.google.gms.google-services' } 해보니 

Plugin with id 'com.google.gms.google-services' not found. 에러가 떴다.

 

plugins {
    id 'com.google.gms.google-services' version '4.3.2'
}

다음과 같이 뒤에 version을 명시해주니 해결 ㅎㅎ;

 

https://github.com/google/play-services-plugins/tree/master/google-services-plugin