Cannot resolve symbol 'Theme' in styles.xml (Android Studio)

后端 未结 23 2243
半阙折子戏
半阙折子戏 2020-11-27 11:56

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

23条回答
  •  离开以前
    2020-11-27 12:41

    Only this worked for me

    • Close project (File> Close Project)
    • Import / Re-Open project again (NOT from Recent)

    Error should be resolved now.

    If that fails, try below-

    • Open build.gradle, remove appcompact-v7 dependency and sync project.
    • Add appcompact-v7 dependency and sync.

提交回复
热议问题