Fixed
Status Update
Comments
uc...@google.com <uc...@google.com>
ar...@gmail.com <ar...@gmail.com> #2
Android Studio 3.5 beta 3 gets same issue too.
Build: AI-191.7141.44.35.5585527, 201905201742,
AI-191.7141.44.35.5585527, JRE 1.8.0_202-release-1483-b02x64 JetBrains s.r.o, OS Mac OS X(x86_64) v10.13.6, screens 1680x1050; Retina
AS: 3.5 Beta 3; Android Gradle Plugin: 3.4.1; Gradle: 5.1.1; NDK: from local.properties: 20.0.5471264-beta3, latest from SDK: (not found); LLDB: LLDB 3.1 (revision: 3.1.4508709); CMake: from local.properties: (not specified), latest from SDK: 3.10.2, from PATH: (not found)
Build: AI-191.7141.44.35.5585527, 201905201742,
AI-191.7141.44.35.5585527, JRE 1.8.0_202-release-1483-b02x64 JetBrains s.r.o, OS Mac OS X(x86_64) v10.13.6, screens 1680x1050; Retina
AS: 3.5 Beta 3; Android Gradle Plugin: 3.4.1; Gradle: 5.1.1; NDK: from local.properties: 20.0.5471264-beta3, latest from SDK: (not found); LLDB: LLDB 3.1 (revision: 3.1.4508709); CMake: from local.properties: (not specified), latest from SDK: 3.10.2, from PATH: (not found)
tn...@google.com <tn...@google.com> #3
Fixed by Change-Id: If193684bb0778c7acf3caa57a4c21c35ac54b1a6 for Studio 3.6. Backport for 3.5 also in progress.
Description
Build #AI-181.5281.24.32.4886486, built on July 11, 2018
JRE: 1.8.0_152-release-1136-b04 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.15.0-24-generic
Version of Gradle Plugin: 3.2.0-beta04
Version of Gradle: 4.9
When specifying an EditText without the autoFillHints attribute, a warning appears explaining this:
Missing `autoFillHints` attribute.
It suggests to add `android:importantForAutofill="no"` to mark the view unimportant for autoFill.
However, adding this attribute results in a new warning: `Unnecessary warning for Attribute 'importantForAutofill' is only used in API level 26 and higher (current min is 21).
This warning is technically correct, but would ideally not be shown: for APIs <26 the resulting behavior is the same.