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
Once Studio knows which projects contribute custom lint checks ( Issue 157134768 ), it should monitor changes to these projects source code (due to a
git fetch
for instance), and nudge the user to rebuild them.Compilation of the APK does not trigger lint check re-compilation (to avoid slow down) and so we need to handle things differently.
We will also do recompilation before doing manually activated code analysis ( Issue 157146850 ) but this is not enough for lint checks running in the editor.