Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
je...@google.com <je...@google.com>
cm...@google.com <cm...@google.com> #2
Hi Ed, Thank you so much for these suggestions. I've been reviewing them and merging them in. Hopefully it should be live. I've included a thank you note too in the article.
xo...@google.com <xo...@google.com> #3
Great! Thanks a lot, I'll look for the live updates soon!
an...@google.com <an...@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 Meerkat | 2024.3.1 Canary 7
- Android Gradle Plugin 8.9.0-alpha07
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
Prior to AGP 7.1.0, it was possible to pipe lint output to stdout via
textOutput 'stdout'
, but nowtextOutput
is aFile
and it's not clear how to pipe to stdout now aside from creating a separate task that then reads this file after the lint analysis task runs. It's totally fine if that's the case, but then the doc should probably be updated too as it still suggeststextOutput 'stdout'
.