I am using Android studio for building application. I am using this following dependencies:
compile \'com.google.android.gms:play-servic
I had the same issue developing in Eclipse after updating content via the SDK manager.
I had to completely remove the Google Play Services library from the Workspace and then copy and import the updated version following the instructions here.
No updating of the referenced jars helped me - Only a full fresh import. This included updating the android-support-v7-appcompat import.