9

Task :app:checkDebugAarMetadata FAILED

Execution failed for task ':app:checkDebugAarMetadata'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.example.newsapplication:egUsePieRotation:. Required by: project :app

Possible solution:

Vishal Mishra
  • 131
  • 4
  • 11

1 Answers1

-1

I finally solved it

pluginManagent section in settings.gradle should look like this:

pluginManagement {
    repositories {
        gradlePluginPortal()
        google()
        mavenCentral()
    }
}