e: Supertypes of the following classes cannot be resolved.
Please make sure you have the required dependencies in the classpath:
class androidx.recyclerview.widget.RecyclerView, unresolved supertypes:
androidx.core.view.NestedScrollingChild3
class androidx.activity.ComponentActivity, unresolved supertypes:
androidx.core.content.OnConfigurationChangedProvider,
androidx.core.content.OnTrimMemoryProvider,
androidx.core.app.OnNewIntentProvider,
androidx.core.app.OnMultiWindowModeChangedProvider,
androidx.core.app.OnPictureInPictureModeChangedProvider,
androidx.core.app.OnUserLeaveHintProvider,
androidx.core.view.MenuHost
class androidx.appcompat.widget.AppCompatTextView, unresolved supertypes:
androidx.core.widget.TintableCompoundDrawablesView
class androidx.coordinatorlayout.widget.CoordinatorLayout, unresolved supertypes:
androidx.core.view.NestedScrollingParent3
\`\`your text\`\`
Adding -Xextended-compiler-checks argument might provide additional information
Приложение создано нормально, но когда я попытался запустить приложение, оно показало эти ошибки. Я уже добавил зависимости. [code]e: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath: class androidx.recyclerview.widget.RecyclerView, unresolved supertypes: androidx.core.view.NestedScrollingChild3 class androidx.activity.ComponentActivity, unresolved supertypes: androidx.core.content.OnConfigurationChangedProvider, androidx.core.content.OnTrimMemoryProvider, androidx.core.app.OnNewIntentProvider, androidx.core.app.OnMultiWindowModeChangedProvider, androidx.core.app.OnPictureInPictureModeChangedProvider, androidx.core.app.OnUserLeaveHintProvider, androidx.core.view.MenuHost class androidx.appcompat.widget.AppCompatTextView, unresolved supertypes: androidx.core.widget.TintableCompoundDrawablesView class androidx.coordinatorlayout.widget.CoordinatorLayout, unresolved supertypes: androidx.core.view.NestedScrollingParent3 \`\`your text\`\` Adding -Xextended-compiler-checks argument might provide additional information [/code] Это файл градиента моего проекта Это файл градиента моего модуля: (https://i.sstatic.net/kgEQw0b8.png ) и (https://i.sstatic.net/KjdEjcGy.png) и (https://i.sstatic.net/OCxiTh18.png)