Asked 1 months ago
26 Feb 2025
Views 145
steave ray

steave ray posted

Android studio : Task :app:checkDebugAarMetadata FAILED

Android studio : Task :app:checkDebugAarMetadata FAILED

-- running old project and it showing me lots of error and getting failed so one of them is
app:checkDebugAarMetadata FAILED

what to do solve this error ?
pratik

pratik
answered Mar 7 '25 00:00

i solved it my self
removed some dependencies which is not latest or you can change it to latest
for example
at build.gradle(Module:app)
replaced this one

    implementation 'io.github.chaosleung:pinview:1.4.4'

and also build.gradle of project
put

    repositories {
        mavenCentral()
}
Post Answer