Bug P3
Status Update
Comments
vi...@google.com <vi...@google.com>
le...@gmail.com <le...@gmail.com> #2
Hello buddies.
I have the same lint warning issue and i can't find out how to mute or solve :(. Any clues ?
/root/.gradle/caches/transforms-2/files-2.1/816e155a13f3a0b1b793e144eb7115e6/fragment-1.2.5/jars/lint.jar#L0 - Lint found an issue registry (androidx.fragment.lint.FragmentIssueRegistry) which is older than the current API level; these checks may not work correctly.
Recompile the checks against the latest version. Custom check API version is 6 (3.6), current lint API level is 7 (4.0+)
Thx for making android platform best mobile developer platform <3
I have the same lint warning issue and i can't find out how to mute or solve :(. Any clues ?
/root/.gradle/caches/transforms-2/files-2.1/816e155a13f3a0b1b793e144eb7115e6/fragment-1.2.5/jars/lint.jar#L0 - Lint found an issue registry (androidx.fragment.lint.FragmentIssueRegistry) which is older than the current API level; these checks may not work correctly.
Recompile the checks against the latest version. Custom check API version is 6 (3.6), current lint API level is 7 (4.0+)
Thx for making android platform best mobile developer platform <3
gh...@google.com <gh...@google.com> #3
1: The custom Lint checks are coming from one of your dependencies (in this case androidx.fragment
). The error message just means that those custom Lint checks might not work correctly until the androidx.fragment
dependency is updated to support the latest Lint API.
2,3: Can you elaborate on what the error is, or attach a screenshot? Does this happen when running Lint on the command line, or only in the IDE?
Description
AI-193.6911.18.40.6514223, JRE 1.8.0_242-release-1644-b01x64 JetBrains s.r.o, OS Windows 8.1(amd64) v6.3 , screens 1024x768
AS: 4.0; Kotlin plugin: 1.3.72-release-Studio4.0-1; Android Gradle Plugin: 4.0.0; Gradle: 6.1.1; NDK: from local.properties: (not specified), latest from SDK: (not found); LLDB: pinned revision 3.1 not found, latest from SDK: (package not found); CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
IMPORTANT: Please read
Hi,
I found serious lint bugs in the new Android Studio 4:
1) Obsolete custom lint check
C:\Users\Alexander\.gradle\caches\transforms-2\files-2.1\43d7a5a5b3aafab6466bd2b75e8cd905\fragment-1.2.4\jars\lint.jar: Lint found an issue registry (androidx.fragment.lint.FragmentIssueRegistry) which is older than the current API level; these checks may not work correctly.
And well, I don't have custom lint checks.
2) lint R8 check doesn't understand inner classes anymore, e.g. '-dontwarn SomeClass$SomeInnerClass' reported as an error.
3) lint R8 check doesn't understand '-keep class mypackage.** { *; }' anymore - 'unresolved class name'.
Unfortunately, with every new release Android Studio's quality goes lower and lower - sad, but true. Effective managers forever...
Are you going to do something with it?
With kind regards,
Alexander