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)
поэтому приложение работает нормально, когда я пытаюсь запустить приложение, оно показывает эти ошибки, я добавил зависимости
При запуске приложения отображается эта ошибка e: Супертипы следующих классы не могут быть решены. убедитесь, что в пути к...
Я создаю простое многомодульное приложение и даже не добавил многого, но сталкиваюсь с этой ошибкой при попытке создать приложение.
У меня есть эта базовая реализация ViewModel (которая представляет собой открытый класс), который находится в...
Я создаю простое многомодульное приложение и даже не добавил многого, но сталкиваюсь с этой ошибкой при попытке создать приложение.
У меня есть эта базовая реализация ViewModel (которая представляет собой открытый класс), который находится в...
Когда я попытался запустить приложение, появились следующие ошибки:
> Task :app:compileDebugKotlin FAILED
e: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
class...
При работе с мобильными устройствами производства Xiaomi я открываю экран Автозапуск , чтобы включить автозапуск для моего приложения. Но есть ли какой-нибудь способ проверить, включен ли автозапуск для нашего приложения?