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

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

    I also faced the problem with Android Studio 3.1 , syncing does not help me.

    Then I switched back to

    `'com.android.support:design:27.1.0'` from : `'com.android.support:design:27.1.1'`
    

    and added android.enableBuildCache=false to gradle.properties to disable build cache

提交回复
热议问题