I try to repair the dependency to google play services in my android project. It already worked but now it is broken. I think this happened in between the Android Studio beta- a
After adding jcenter() to reposetories or top level gradle file I fixed the issue
buildscript { repositories { jcenter() mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:1.0.1' classpath 'com.google.gms:google-services:1.5.0-beta2' } }