ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • Execution failed for task ':app:processDebugGoogleServices' 에러
    IT, 프로그래밍/Android 에러 2017. 11. 18. 14:50


    Error:Execution failed for task ':app:processDebugGoogleServices'. Please fix the version conflict either by updating the version of the google-services plugin ~~



    이런 에러인데, 에러의 원인은 현재 사용중인 구글 서비스들의 버전이 일치하지 않아서 나는 오류인 것 같다.


    compile 'com.google.firebase:firebase-storage:10.0.1'
    compile 'com.google.firebase:firebase-auth:10.0.1'


    파이어베이스를 사용하기 위해 app.gradle 에 이렇게 정의 해 놓았고


    compile 'com.google.android.gms:play-services-auth:10.2.6'

    이게 이렇게 정의되어 있었는데 이런 오류가 자꾸 발생하여


    compile 'com.google.android.gms:play-services-auth:10.0.1'


    이렇게 통일 시켜 주니까 잘 빌드가 되었다.


    이 오류에 대해서 좀 더 자세하게 알아본 후에 다시 포스팅 해야겠다.




Designed by Tistory.