всякий раз, когда я пытаюсь построить его, я получаю эту ошибку, связанную с ошибкой привязки ресурсов Android. Я новичок в разработке Android
Android resource linking failed
error: resource android:style/TextAppearance.Material not found.
error: resource android:style/TextAppearance.Material.Body1 not found.
error: resource android:style/TextAppearance.Material.Body2 not found.
error: resource android:style/TextAppearance.Material.Button not found.
error: resource android:style/TextAppearance.Material.Caption not found.
error: resource android:style/TextAppearance.Material.Display1 not found.
error: resource android:style/TextAppearance.Material.Display2 not found.
error: resource android:style/TextAppearance.Material.Display3 not found.
error: resource android:style/TextAppearance.Material.Display4 not found.
error: resource android:style/TextAppearance.Material.Headline not found.
error: resource android:style/TextAppearance.Material.Inverse not found.
error: resource android:style/TextAppearance.Material.Large not found.
error: resource android:style/TextAppearance.Material.Large.Inverse not found.
error: resource android:style/TextAppearance.Material.Widget.PopupMenu.Large not found.
error: resource android:style/TextAppearance.Material.Widget.PopupMenu.Small not found.
error: resource android:style/TextAppearance.Material.Medium not found.
error: resource android:style/TextAppearance.Material.Medium.Inverse not found.
error: resource android:style/TextAppearance.Material.Menu not found.
error: resource android:style/TextAppearance.Material.SearchResult.Subtitle not found.
error: resource android:style/TextAppearance.Material.SearchResult.Title not found.
Убедитесь, что версия SDK ДОЛЖНА соответствовать поддерживаемой библиотеке.
если ваш Build.gradle, как это, означает
implementation 'com.android.support:appcompat-v7:28.0.0'
compileSdkVersion и buildToolsVersion должны быть
compileSdkVersion 28
buildToolsVersion "28.0.3
для получения более подробной информации см. этот Отвечать
Я новичок в Android, поэтому, пожалуйста, будьте более конкретными и объясните, пожалуйста.
где я нахожу compileSdkVersion и buildToolsVersion