Since today, Android Studio can\'t find the AppCompat themes in styles.xml, but for example AppCompatActivity in code does get recognized. My Android Studio version
I have had the same problem. The only solution that worked for me was to manually delete the support libraries in file system and sync the project to let Android Studio download them again.
Steps:
.idea\librariesGradle__com_android_support_****.xml filesFile > Sync with File SystemFile > Sync Project with Gradle FilesBuild ProjectAnd now your error should be gone!!!