Status Update
Comments
an...@google.com <an...@google.com> #3
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 Giraffe | 2022.3.1 Patch 4
- Android Gradle Plugin 8.1.4
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!
ce...@gmail.com <ce...@gmail.com> #5
an...@google.com <an...@google.com> #6
The fixes for this issue are now also available in:
- Android Studio Hedgehog | 2023.1.1 Patch 1
- Android Gradle Plugin 8.2.1
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
so...@google.com <so...@google.com> #8
Comment added by automation: A postmortem has been automatically requested for this issue. Please author a postmortem on IRM. See go/android-postmortem-guidance for more context and details, including how to handle the case when this issue does not need a postmortem. If you have any questions not answered by go/android-postmortem-guidance, please email android-hygiene-tpm@, instead of reassigning the fixed bug. Thank you.
Description
(Copied from Internal Issue 309101832 .)
Classes should be dex'd by either the dexing task or the dexing transform, not both.
This was always the intent, but we may have changed this behavior by accident during a refactoring (AGP 8.0).
Size of the regression (
DexArchiveBuilderTask
andTOTAL_BUILD_TIME
):Other benchmarks either don't have regressions (probably due to their project structures) or have similar regressions.