apply plugin: 'com.google.gms.google-services'
위 줄이 추가되니 계속 오류가 나서 구글링을 해보니 아래 내용이 나옵니다.
You should delete the line apply plugin: 'com.google.gms.google-services'
Because apply plugin: 'com.android.application' already has same package.
That's where the conflict arises.
그래서, 지우고 해봤더니 Sync Now는 정상적으로 됩니다...
지우고 해도 되는건지요?