Status Update
Comments
ar...@google.com <ar...@google.com>
aa...@google.com <aa...@google.com>
ma...@gmail.com <ma...@gmail.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)
}
}
}
ma...@gmail.com <ma...@gmail.com> #4
ma...@gmail.com <ma...@gmail.com> #5
Re #3 and #1, what command results in the error? I don't think it should matter much, because I assume this error occurs during configuration time, but I wasn't able to repro with ./gradlew assembeDebug
or ./gradlew assembleRelease
.
I tried to reproduce the bug with several different versions of AGP and Gradle (using code from #1 and #3), but I wasn't able to reproduce it.
Can you give repro steps or upload a repro project?
ma...@gmail.com <ma...@gmail.com> #6
The project fails to sync. Maybe not ideal but the issue for me was when trying to build this (somewhat complicated) app:
ma...@gmail.com <ma...@gmail.com> #7
Thanks. I see the problem. Caused by
aa...@google.com <aa...@google.com>
ma...@gmail.com <ma...@gmail.com> #9
Great thank you!
an...@google.com <an...@google.com> #10
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Ladybug Feature Drop | 2024.2.2 Canary 1
- Android Gradle Plugin 8.8.0-alpha01
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
ma...@gmail.com <ma...@gmail.com> #11
co...@protonmail.com <co...@protonmail.com> #12
lol
ma...@gmail.com <ma...@gmail.com> #14
2. These bugs have accumulated so many that they are starting to interfere with my work.
3. Google says I should test these bugs even more for free.
4. Google closes all bugs and doesn't fix them, saying they are fixed or they don't exist because they can't see them.
Google needs to work on its etiquette! They have a pig's ass attitude towards people who are trying to help them for free.
Description
Description has been deleted.