Why does Android Studio highlight “Theme” red in styles.xml?

后端 未结 5 909
臣服心动
臣服心动 2021-01-13 02:55

Red highlight means Cannot resolve symbol \'Theme\'

\"enter

<

5条回答
  •  Happy的楠姐
    2021-01-13 03:39

    Just delete the dependencies below and sync. Paste them again and sync.

    implementation 'com.android.support:design:28.0.0'
    implementation 'com.android.support:appcompat-v7:28.0.0'
    

提交回复
热议问题