Reputation: 1474
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:
I have no idea about what is going on. I also tried to reinstall the plugin.
Upvotes: 4
Views: 332
Reputation: 106
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/
Upvotes: 3