In Android Studio, I imported a project which did not include styles.xml (v21). So I created a styles-v21.xml file in the values direc
styles.xml (v21)
styles-v21.xml
values
You have to create a value folder with values-v21 caption. and create style.xml file in this with the same name as values folder like styles.xml. Now rebuild your project.