hello guys can someone help me find solution to this error
Error:Execution failed for task ':app:processDebugGoogleServices'.
File google-services.json is missing. The Google Services Plugin cannot function without it. Searched Location: /Users/mac/AndroidStudioProjects/HaveChat/app/src/debug/google-services.json /Users/mac/AndroidStudioProjects/HaveChat/app/google-services.json
in my build gradle i have adde this code
classpath 'com.android.tools.build:gradle:1.2.3' classpath 'com.google.gms:google-services:1.0'
and i have also i applied this plugin as well
apply plugin: 'com.google.gms.google-services'
but yet still am getting that error. thanks in advance