안드로이드 오류 내용
For extended debugging info execute Gradle from the command line with ./gradlew --info :app:assembleDebug to see the dep endency paths to the artifact. This error message came from the google-services Gradle plugin, report issues at https:// github.com/google/play-services-plugins and disable by adding "googleServices { disableVersionCheck = false }" to your b uild.gradle file.
번역 >>>
디버깅 정보를 확장하려면 명령 줄에서 ./gradlew --info : app : assembleDebug를 사용하여 Gradle을 실행하여 아티팩트에 대한 dep endency 경로를 확인하십시오. 이 오류 메시지는 google-services Gradle 플러그인에서 발생했으며 https : // github.com/google/play-services-plugins에서 문제를보고하고 buid.gradle 파일에 "googleServices {disableVersionCheck = false}"를 추가하여 사용 중지합니다.
무슨말인지 모르겠지만.. 찾아본 결과..
googleServices { disableVersionCheck = true }
추가 해주니까 해결은 되었다..
파이어베이스와 구글플레이 서비스와 충돌이 발생한것 같은데..
해당 사항 관련 내용이 있으시면 댓글로 공유 부탁해요~!
※파트너스 활동을 통해 일정액의 수수료를 제공받을 수 있음※