xml资源中的警告

时间:2011-12-20 12:59:53

标签: android android-resources android-lint

昨天我再次安装了ADT插件,因为我遇到了问题(间歇性)和我已有的版本。问题是,我没有在我的所有xml资源中收到警告。我很确定我以前没有看过它们。其中一些令人讨厌,因为我对此无能为力:

Nested weights are bad for performance
The resource R.attr.TextAppearance_Group_Small appears to be unused
Replace "..." with ellipsis character (…, …)?

我必须解决的其他问题包括:

This tag and its children can be replaced by one <TextView/> and a compound drawable
[Accessibility] Missing contentDescription attribute on image

有没有办法抑制这些警告?我们有一个零容忍政策,不允许我们签署带警告的代码?

1 个答案:

答案 0 :(得分:11)

这些是针对android的新lint工具的警告,该工具是使用最新工具引入的。您可以在Eclipses首选项中更改消息的优先级。

转到Window -> Preferences -> Android -> Lint Error Checking

enter image description here

请注意,这只会影响您的本地安装。隐藏这些消息不会解决潜在的问题。我想有人在不同偏好的机器上检查你的代码可能会得到警告。