Fixed
Status Update
Comments
cm...@google.com <cm...@google.com>
jl...@google.com <jl...@google.com>
tn...@google.com <tn...@google.com>
tn...@google.com <tn...@google.com> #4
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 Koala | 2024.1.1 Canary 8
- Android Gradle Plugin 8.5.0-alpha08
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
Is this something which could be backported to 8.5? Would be nice to not have to carry suppressions for this for the next few months until 8.7 reaches stable.
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.