【工利其器】Android Lint篇——为Android量身定做的静态代码审查工具 (3)

【工利其器】Android Lint篇——为Android量身定做的静态代码审查工具

点击“OK”按钮,结果中只会显示“Unused resoures”的问题项目:

【工利其器】Android Lint篇——为Android量身定做的静态代码审查工具

该功能能帮我们明确定位某一类问题。

 

七、自定义Lint

       对于多数情况,默认的Lint已经足够使用了,但总有一些需求是Lint自带规则不能满足的,这个时候就需要自定义Lint规则了。当然,限于笔者对Liint的使用经验有限,对自定义Lint还不太熟悉,这里推荐一篇文章,有兴趣的可以深入研究:

自定义Lint实践https://blog.csdn.net/ouyang_peng/article/details/80374867。

 

参考:

       https://blog.csdn.net/luzhenyuxfcy/article/details/79398761

       

       https://developer.android.google.cn/studio/write/lint

       https://blog.csdn.net/hudashi/article/details/8333349

       https://www.jianshu.com/p/9eaf7c0eee67

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zgfxzz.html