Version conflict updating to 8.4.0
Use these dependencies for the project build.gradle dependencies { classpath ‘com.android.tools.build:gradle:2.0.0-alpha3’ classpath ‘com.google.gms:google-services:2.0.0-alpha3’ } and put this at the end of the app-level build.gradle file (after the dependencies). apply plugin: ‘com.google.gms.google-services’ I have no clue why putting this at the end (and not at the beginning ) solves the error. EDIT 5/1/2016 Ok… So trying … Read more