howto fix the error (Could not find com.google.gms:google-services:3.0.0)in the android studio

Channel:
Subscribers:
1,470
Published on ● Video Link: https://www.youtube.com/watch?v=NHtLnpZhlyM



Category:
Guide
Duration: 2:46
12,476 views
22


Hi friends today I will show you how to fix below error in the android studio.

Error:Could not find com.google.gms:google-services:3.0.0.
Searched in the following locations:
file:/C:/Program Files/Android/Android Studio/gradle/m2repository/com/google/gms/google-services/3.0.0/google-services-3.0.0.pom
file:/C:/Program Files/Android/Android Studio/gradle/m2repository/com/google/gms/google-services/3.0.0/google-services-3.0.0.jar
Required by:
RootVerifier-APP:app:unspecified

You have to add the below code in app gradle.

Fix:
repositories{
jcenter()
}
this line should add in the gradle


Done succesfully fixed .
Subscibe my channel
Sanjay kranthi tech







Tags:
sanjay kranthi tech
how to
fix error
android studio
gradle error
google-service