Fixed
Status Update
Comments
gh...@google.com <gh...@google.com> #2
Can you also share Android studio version and host operating system details.
tn...@google.com <tn...@google.com> #3
Android Studio 3.3 Canary 11
Build #AI-182.4323.46.33.5012296, built on September 15, 2018
JRE: 1.8.0_152-release-1248-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 Pro 10.0
Build #AI-182.4323.46.33.5012296, built on September 15, 2018
JRE: 1.8.0_152-release-1248-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 Pro 10.0
tn...@google.com <tn...@google.com> #5
Pending ag/5854860.
Description
AndroidX has had some Lint configuration for a while (sincehttps://googleplex-android-review.git.corp.google.com/c/platform/frameworks/support/+/1851951/7/buildSrc/src/main/groovy/android/support/SupportLibraryPlugin.groovy#77 ) saying:
textOutput(“stderr”)
and we’re finding nowadays when building against HEAD of Studio/Lint that this causes lint’s output to be put into a file named “stderr” in the root of each project rather than being emitted into the stderr stream of Gradle ( in for example ,https://android-build.googleplex.com/builds/submitted/6987280/androidx/latest/view/logs/build_error.log ).
I’m not blocked and can just remove this line, but I’m wondering if this is intentional.
As a user I hypothesize that this could be related tohttps://googleplex-android-review.git.corp.google.com/c/platform/tools/base/+/12752603/17/lint/cli/src/main/java/com/android/tools/lint/SyncOptions.kt#123