You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used android-studio-3 folder.
And I found lint issue on IDE.
But when I ran ./gradlew lint, below logs are shown.
Issues that I saw on IDE are not included on html result.
Please help to check why.
> Task :library:lint Ran lint on variant release: 0 issues found Ran lint on variant debug: 0 issues found
I found out the solution, the key is that we should use same AGP version as the project we are going to lint.
for example, my App gradle plugin version is 4.0.1, so I change my lint project AGP to 4.0.1, and lint version to 27.0.1.
I found out the solution, the key is that we should use same AGP version as the project we are going to lint.
for example, my App gradle plugin version is 4.0.1, so I change my lint project AGP to 4.0.1, and lint version to 27.0.1.
I used android-studio-3 folder.
And I found lint issue on IDE.
But when I ran ./gradlew lint, below logs are shown.
Issues that I saw on IDE are not included on html result.
Please help to check why.
> Task :library:lint Ran lint on variant release: 0 issues found Ran lint on variant debug: 0 issues found
Environment
lintVersion = '26.5.0'
classpath 'com.android.tools.build:gradle:3.5.0'
The text was updated successfully, but these errors were encountered: