I am trying to integrate Google sign in, in my app, I added these libraries:
compile \'com.google.android.gms:play-services-identity:8.1.0\' compile \'com.go
At my case change buildToolsVersion from "24" to "23.0.2", solve the problem.