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
I solved this issue by change to use latest buildToolsVersion
buildToolsVersion
android { //... buildToolsVersion '26.0.2' // change from '23.0.2' //... }