Итак, я хочу создать новый проект для Android, и вдруг у меня появляется эта ошибка, говорящая о том, что Android Resource Linking Failed. Ниже приведен мой код.
Styles.xml
resources>
<!-- Base application theme. -->
<style type ="attr" name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item type="attr" name="colorPrimary">@color/colorPrimary</item>
<item type="attr" name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item type="attr" name="colorAccent">@color/colorAccent</item>
</style>
</resources>
Отображаемая ошибка
C:\Users\ASUS\Desktop\Rapih\Re_Mind\app\src\main\res\values\styles.xml:4:5-9:13: AAPT: error: style attribute 'attr/colorPrimary (aka app.com.re_mind:attr/colorPrimary)' not found.