Fixed
Status Update
Comments
ic...@gmail.com <ic...@gmail.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
ic...@gmail.com <ic...@gmail.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
ya...@google.com <ya...@google.com>
tn...@google.com <tn...@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.)
tn...@google.com <tn...@google.com> #5
ic...@gmail.com <ic...@gmail.com> #6
Thanks a lot for the quick support.
It do helps and the "Since" field is exactly what we're looking for.
It do helps and the "Since" field is exactly what we're looking for.
an...@google.com <an...@google.com> #7
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 8
- Android Gradle Plugin 8.9.0-alpha08
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
Description has been deleted.