Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to resolve: com.google.android.gms:play-services-measurement:9.0.2

Tags:

I didn't find out what's causing the problem below. Could you help me, please?

Error:Failed to resolve: com.google.android.gms:play-services-measurement:9.0.2 Install Repository and sync project
Open File
Show in Project Structure dialog

like image 956
Marcel Avatar asked Jun 08 '16 20:06

Marcel


1 Answers

You have to update Application level build.gradle to classpath 'com.google.gms:google-services:3.0.0' from 2.x.x. Hope this will help

like image 166
mthakuri Avatar answered Oct 10 '22 16:10

mthakuri