Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Android Lint Plugin version 1.0.1
Static Analysis Utilities 1.43
Jenkins version 1.477
Description
The plugin does nothing. It doesn't contribute to the logged output, it doesn't add the link to the menu.
The only mention in the Jenkins log is from the install:
WARNING: Adding dependent install of analysis-core for plugin android-lint
INFO: Attempting to dynamic load /var/lib/jenkins/plugins/android-lint.jpi
INFO: Plugin android-lint dynamically installed
I'm running the android:lint goal of the maven plugin version 3.5.1.
On the other hand, I just realized while looking at my logs that with my multi-module project, only the top level parent project is analyzed, but not the submodules which hold the real code and AndroidManifest files... Need to investigate further.