인프런 커뮤니티 질문&답변
파이어베이스 build.gradle쪽이 달라서 적용했더니 오류남
작성
·
348
0
안녕하세요. 파이어베이스 세팅하는 중에 build.gradle이 달라서 수업자료에 있는 데로 작성한 후에
Sync now를 했더니 아래와 같은 오류가 생깁니다.
A problem occurred configuring root project 'fb_login_test'.
> Could not resolve all files for configuration ':classpath'.
> Could not find com.google.gms.google-services:4.4.0:.
Required by:
project :
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

작성한 부분


해결방법 없을까요....?ㅠㅠ
퀴즈
컴퓨팅 시스템에서 서버의 주된 역할은 무엇인가요?
사용자 인터페이스를 디자인하는 역할
클라이언트의 요청에 따라 데이터를 제공하는 역할
앱의 모든 코드를 최종적으로 실행하는 역할
클라이언트 기기의 하드웨어를 직접 제어하는 역할
답변 1
1
https://stackoverflow.com/questions/77284171/plugin-com-google-gms-google-services-version-4-4-0-apply-false-was-not-found-i
위의 해결방법이 있는데 잘 안되시면
코드 전체를 구글 드라이브 / 깃허브 등을 통해서 공유해주시면 코드를 살펴보겠습니다.






감사합니다 🙂 해결된 것 같습니다.!