Android Error: Found com.google.android.gms:play-services:8.4.0, but version 8.3.0 is needed for the google-services plugin


Make sure that the following line is at the end of the app build.gradle file:

apply plugin: 'com.google.gms.google-services'

Comments

Popular posts from this blog

Working with Android Hierarchy Viewer

Android: Standalone login with SQLiteOpenHelper