New issue
Advanced search Search tips

Issue 920370 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

Android Studio: Don't extract srcjars

Project Member Reported by agrieve@chromium.org, Jan 9

Issue description

generate_gradle.py currently builds & extracts all .srcjars as part of project generation. This is necessary so that studio's java analysis & refactoring steps can have access to the generated code.

However,
1) It's slow to build all srcjars for all targets, and
2) We now extract srcjars as part of building for codesearch's sake ( bug 890360 )

Since devs generally have targets that they care about already built, I think it's likely sufficient to instead just have project point to the extracted .jave files from 2).
 
Status: Untriaged (was: Available)
Available, but no owner or component? Please find a component, as no one will ever find this without one.
Labels: QuickFix
Status: Available (was: Untriaged)

Sign in to add a comment