- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已经生成了 Lint 文件结果(通常命名为 lint-results.xml
)并在 Android Studio 中正确配置了 android 项目来运行 Sonar (使用 sonar-runner
)。
当我执行 sonar-runner
时,我得到了下一个错误:
INFO 13:49:02.776 > 13:49:02.776 INFO - Sensor org.sonar.plugins.android.lint.AndroidLintSensor@5d5f10b2
INFO 13:49:02.832 > 13:49:02.832 INFO - Processing android lint report: C:\Code\Android\Project\app\lint-results.xml
INFO 13:49:03.477 > 13:49:03.475 WARN - Unable to find rule for LintError
[...]
INFO 13:49:03.505 > 13:49:03.505 WARN - Unable to find file C:\Code\Android\Project\app\build\intermediates\exploded-aar\com.google.android.gms\play-services-ads\7.3.0\AndroidManifest.xml to report issue
[...]
INFO 13:49:04.678 > 13:49:04.678 INFO - Sensor org.sonar.plugins.android.lint.AndroidLintSensor@5d5f10b2 (done) | time=1902ms
是什么导致了这些错误?
最佳答案
我应该更深入地研究 lint-results.xml
文件。该错误在那里得到了充分解释。就我而言:
<?xml version="1.0" encoding="UTF-8"?>
<issues format="4" by="lint 24.1.2">
<issue
id="LintError"
severity="Error"
message="No `.class` files were found in project "debug", so none of the classfile based checks could be run. Does the project need to be built first?"
category="Lint"
priority="10"
summary="Lint Failure" explanation="This issue type represents a problem running lint itself. Examples include failure to find bytecode for source files (which means certain detectors could not be run), parsing errors in lint configuration files, etc.
These errors are not errors in your own code, but they are shown to make it clear that some checks were not completed.">
<location file="C:\Code\Android\TestApp\app\build\intermediates\manifests\androidTest\debug"/>
</issue>
因此消息告诉我由于依赖关系问题,项目尚未完全构建。
解决该错误后,一切正常。
关于android - "LintError"发现正在处理 android lint 报告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30196812/
我已经生成了 Lint 文件结果(通常命名为 lint-results.xml)并在 Android Studio 中正确配置了 android 项目来运行 Sonar (使用 sonar-runne
我将 DataMapper gem 与 Sinatra 一起使用,并按照此处的教程进行操作: http://net.tutsplus.com/tutorials/ruby/ruby-for-newbi
我在生产中遇到了奇怪的问题(我无法在开发模式下重现)。 步骤: 转到站点:浏览器加载站点,所有 Assets 都可以 刷新页面:浏览器通过带有 If-Modified-Since header 的 G
我正在阅读 tekpub rack 教程,但是当我尝试在 rack 中运行一个基本程序时,我遇到了这个错误。 ERROR Rack::Lint::LintError: Response body mu
我是一名优秀的程序员,十分优秀!