FindBugs:Compiler output path for module can not be null. check your module/project settings问题原因

可能很多人在使用Android studio 中的插件中会发现这个错误提示:Compiler output path for module can not be null. check your module/project settings。

会报这个错误是因为你工程没有make。因为Findbugs并不是针对你的源代码进行检测,而是根据编译后文件(如:class.dex)进行检测。

所以如果你的工程是刚从git或者svn clone下来的,还没有make,就会出现这个问题。

FindBugs:Compiler output path for module can not be null. check your module/project settings问题原因,布布扣,bubuko.com

FindBugs:Compiler output path for module can not be null. check your module/project settings问题原因

上一篇:Android IOS WebRTC 音视频开发总结(八十六)-- WebRTC中RTP/RTCP协议实现分析


下一篇:SQL:大表多表更新的两种方法