Fixed
Status Update
Comments
vi...@google.com <vi...@google.com>
ac...@google.com <ac...@google.com>
an...@google.com <an...@google.com> #2
Task with name 'lintDebug' not found in project
What kind of project is this? (e.g., an app, library, dynamic-feature, or something else?)
aa...@google.com <aa...@google.com> #3
I see the same issue. It happens on a "com.android.application" (which would make the most sense since the OP reported using the property applicationVariants
)
my exact code is
android {
afterEvaluate {
// Run lint checks on every build
applicationVariants.configureEach {
val lintTask = tasks.named("lint${name.replaceFirstChar(Char::titlecase)}")
assembleProvider.dependsOn(lintTask)
}
}
}
aa...@google.com <aa...@google.com>
an...@google.com <an...@google.com> #4
and fwiw I see the same issue using agp 8.3.x or 8.4.x
Description
I am MAHAMADASIF ANSARI and I am user of android studio. Today I have started new project on android studio and I will updated my android studio today morning.
I try to create Android Recourse Directory but its hidden default. I have attached video proof this problem.
Build: AI-202.7660.26.42.7486908, 202106232331,
AI-202.7660.26.42.7486908, JRE 11.0.8+10-b944.6842174x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1366x768
AS: 4.2.2; Kotlin plugin: 202-1.5.20-release-283-AS8194.7; Android Gradle Plugin: 4.2.2; Gradle: 6.7.1; NDK: from local.properties: (not specified), latest from SDK: (not found); LLDB: pinned revision 3.1 not found, latest from SDK: (package not found); CMake: from local.properties: (not specified), latest from SDK: 3.18.1-g262b901-dirty, from PATH: (not found)
IMPORTANT: Please read