I am using Android studio for building application. I am using this following dependencies:
compile \'com.google.android.gms:play-servic
Just check, whether you have a file named attrs.xml. In that file replace the following line
with
That is, rename the theme name. Now clean the project. This solved my issue.