Fixed
Status Update
Comments
mi...@google.com <mi...@google.com>
mi...@google.com <mi...@google.com> #2
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 Ladybug Feature Drop | 2024.2.2 Canary 3
- Android Gradle Plugin 8.8.0-alpha03
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!
mi...@google.com <mi...@google.com>
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 Ladybug Feature Drop | 2024.2.2 Canary 6
- Android Gradle Plugin 8.8.0-alpha06
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!
Description
See Issue 366029616 for context
In AGP 9.0, the default of
android.defaults.buildfeatures.resvalues
will change to false.Starting in AGP 8.X, AUA should check each module's model for usages of
resValues
, and add the DSL to enableresValues
to each module using it.