I try to enable Google login to enter the application, but when I try to create a project, I get errors in Android Studio. I include 'com.google.android.gms:play-services-auth:9.0.2' as a dependency in my application level gradle file and 'com.google.gms:google-services:2.0.0-alpha6' in as a dependency in the gradle file at the project level. Building a project gives me an error: Error:Failed to resolve: com.google.android.gms:play-services-measurement:9.0.2 with the option "Install repository and synchronization project", but when this option is clicked nothing happens. I have apply plugin: 'com.google.gms.google-services' at the end of the application level gradle file. There are no other cases where I use the com.google.android.gms:play-services-* dependencies. I have a Google Play Services installed through the SDK Manager. Any help would be appreciated and I can provide additional information as needed.
source share