본문 바로가기
App Programming/Android Studio

[Android Studio] File google-services.json is missing. The Google Services Plugin cannot function without it.

by goatlab 2023. 1. 10.
728x90
반응형
SMALL

File google-services.json is missing. The Google Services Plugin cannot function without it.

 

다음과 같은 상황에서 빌드시 에러가 발생한다.

 

  • 자신의 Firebase 라이브러리가 포함되어 사용된 안드로이드 소스를 다른 PC에서 빌드 했을 때
  • 다른 사람의 Firebase 라이브러리가 포함되어 사용된 안드로이드 소스를 PC에서 빌드 했을 때

 

프로젝트에서 Firebase의 인증 키, ID 등의 정보가 담긴 google-services.json 파일을 프로젝트 내에서 찾을 수가 없을 때 발생한다.

 

https://console.firebase.google.com/u/0/에서 프로젝트 개요 (Project Overview)의 프로젝트 설정을 클릭한다. 그 다음 json 파일을 다운로드하여 프로젝트의 app 폴더로 옮긴다.

 

728x90
반응형
LIST