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

后端 未结 23 2248
半阙折子戏
半阙折子戏 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:24

    you can hit file -> invalidate Caches / Restart ... if it doesn't fix the issue you can close the project (file-> close project) and import it (file -> new -> import project.

提交回复
热议问题