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)
View issue level access limits(Press Alt + Right arrow for more information)
Estimated effort
Request for new functionality
View staffing
Description
Currently lint checks defined in AndroidX do not run inside AndroidX Studio, until they have been built / lint jars have been created. Until this is supported better from the Studio side, we can workaround this by making ./studiow in parallel to downloading / launching studio assemble the lint jars.
Maybe we can do something like filter all projects to find `LibraryType.STANDALONE_PUBLISHED_LINT` and run `assemble` on them