4

I'm getting a problem with the Lint configuration on Jenkins. I was able to configure others static analysis but with the Lint I'm getting the error bellow:

HTTP ERROR 404 Problem accessing /job/VDA_NIGHLTY_BUILD/androidLint/configureDefaults. Reason: Not Found

What I'm trying to do:

enter image description here

I have no idea about what is going on. I also tried to reinstall the plugin.

Rodrigo Borba
  • 1,334
  • 1
  • 14
  • 21

1 Answers1

3

This due to version incompatibility between the Android Lint Plugin and the dependent Static Analysis Utilities (analysis-core) plugin. Downgrade the Static Analysis Utilities plugin to 1.79. You can find the old version here http://updates.jenkins-ci.org/download/plugins/analysis-core/

David Z
  • 106
  • 5