Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 558956]
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
When running actions like
Analyze
>Inspect Code...
orRun Inspection by Name...
, Studio should first make sure that the custom lint checks are built.For projects containing lint checks and linked to Android modules via Issue 157134768
lintChecks
, the model contains the list of jars but not the name of the projects. We first need to fix this. This is tracked byOnce this is done, Studio should start a build for these projects whenever the code inspection actions are triggered. With Gradle's upcoming Configuration caching this can be very fast but before that we should investigate if we need to ask the user first.