昨天我再次安装了 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
有没有办法抑制这些警告?我们有一个零容忍政策,不允许我们签入带有警告的代码?