Fixed
Status Update
Comments
hm...@google.com <hm...@google.com>
hm...@google.com <hm...@google.com> #2
DESCRIBE THE ISSUE IN DETAIL:
The issue 'AppLinkSplitToWebAndCustom' is taken as UnknownIssueId with AGP 8.7.3.
However, it is still listed under:https://googlesamples.github.io/android-custom-lint-rules/checks/AppLinkSplitToWebAndCustom.md.html
STEPS TO REPRODUCE:
1. execute ./gradlew lint
2. lint reports the error "Unknown issue id AppLinkSplitToWebAndCustom"
ATTACH SCREENSHOTS/RECORDINGS OF THE ISSUE
ATTACH LOG FILES (Select Help > Show Log in Files, or Show Log in Finder on a Mac)
> Task :app:lintDebug FAILED
Lint found 6 errors, 15 warnings. First failure:
lint/lint.xml:52: Error: Unknown issue id "AppLinkSplitToWebAndCustom" [UnknownIssueId]
<issue id="AppLinkSplitToWebAndCustom" severity="error"/>
------------------
IMPORTANT: Please read
https://developer.android.com/studio/report-bugs.html carefully and supply
all required information.
------------------
Studio Build:
Version of Gradle Plugin: 8.7.3
Version of Gradle: 8.11
Version of Java: 17
OS: Mac
The issue 'AppLinkSplitToWebAndCustom' is taken as UnknownIssueId with AGP 8.7.3.
However, it is still listed under:
STEPS TO REPRODUCE:
1. execute ./gradlew lint
2. lint reports the error "Unknown issue id AppLinkSplitToWebAndCustom"
ATTACH SCREENSHOTS/RECORDINGS OF THE ISSUE
ATTACH LOG FILES (Select Help > Show Log in Files, or Show Log in Finder on a Mac)
> Task :app:lintDebug FAILED
Lint found 6 errors, 15 warnings. First failure:
lint/lint.xml:52: Error: Unknown issue id "AppLinkSplitToWebAndCustom" [UnknownIssueId]
<issue id="AppLinkSplitToWebAndCustom" severity="error"/>
------------------
IMPORTANT: Please read
all required information.
------------------
Studio Build:
Version of Gradle Plugin: 8.7.3
Version of Gradle: 8.11
Version of Java: 17
OS: Mac
je...@google.com <je...@google.com> #3
It seems this issue is introduced by lint 8.8.
However, the min lint version is not maintained in thehttps://googlesamples.github.io/android-custom-lint-rules/checks/AppLinkSplitToWebAndCustom.md.html and also the file information in https://googlesamples.github.io/android-custom-lint-rules/usage/changes.md.html is not consisted with https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:lint/docs/usage/changes.md.html .
Please kindly help to check with below approaches:
1. also maintain the min version in the individual issue md file
2. ensure the changes file on thehttps://googlesamples.github.io/android-custom-lint-rules is up to date.
Regards,
Linda
However, the min lint version is not maintained in the
Please kindly help to check with below approaches:
1. also maintain the min version in the individual issue md file
2. ensure the changes file on the
Regards,
Linda
an...@google.com <an...@google.com> #4
I've just updated the documentation snapshot --
(And I'm thinking about adding some code to automatically infer the applicable version information into the issue documentation the way it's listed in the version table for third party libraries.)
Description
Initial task when issue was requested: b/174678813
Code Snippet:
it.outputFile is just String. I would expect File there.