Status Update
Comments
cm...@google.com <cm...@google.com>
jl...@google.com <jl...@google.com>
tn...@google.com <tn...@google.com>
ju...@veepee.com <ju...@veepee.com> #3
How to use the fixed version? Is it published anywhere already?
tn...@google.com <tn...@google.com> #4
It will go out with the next canary build -- usually there's a bot that attaches a comment here with the version number (random example from another bug:
an...@google.com <an...@google.com> #5
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 | 2024.1.3 Canary 1
- Android Gradle Plugin 8.7.0-alpha01
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!
rv...@mozilla.com <rv...@mozilla.com> #6
tn...@google.com <tn...@google.com> #7
Yes, I'll cherrypick it back.
an...@google.com <an...@google.com> #8
The fixes for this issue are now also available in:
- Android Studio Koala Feature Drop | 2024.1.2 RC 1
- Android Gradle Plugin 8.6.0-rc01
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
an...@google.com <an...@google.com> #9
The fixes for this issue are now also available in:
- Android Studio Koala | 2024.1.1 Patch 2
- Android Gradle Plugin 8.5.2
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Description
Describe the bug or issue that you're seeing.
After updating to AGP 8.5 and Lint 31.5.0, Lint complains when
TextView
text is set to an empty string. For example,appCompatTextView.text = ""
. Error appears in Android Studio (empty string is highlighted), but also./gradlew app:lintDebug
fails.Attach log files from Android Studio
I believe logs are irrelevant because
./gradlew app:lintDebug
executed from the terminal also give the same error.If you know what they are, write the steps to reproduce:
There is an example code that violates Lint SetTextI18n.