본문 바로가기
안드로이드

안드로이드 앱에 Firebase 적용시 Failed to find : com.google.firebase:firembase-core:9.6.1 해결 방법

by Dokon Jang 2016. 11. 23.
반응형

안드로이드 앱에 Firebase 적용시 Failed to find : com.google.firebase:firembase-core:9.6.1 해결 방법입니다.


1. 아래와 같이 App의 build.gradle에 compile 'com.google.firebase:firebase-core:9.6.1'을 추가하고, Sync Gradle을 수행합니다. 


2. 아래와 같이 com.google.firebase:firebase-core:9.6.1를 찾을 수 없다는 메세지가 표시됩니다.

   아래의 오류를 해결하기 위해서는 Google Play services와 Google Repository를 최신으로 업데이트 해야 합니다.


3. 안드로이드 스튜디오의 메뉴에서 Tools > Android > SDK Manager를 클릭합니다.


4. Google Play services와 Google Repository를 최신으로 업데이트 하면 해당 오류는 해결됩니다.


반응형

댓글