首页 > 代码库 > FindBugs:Compiler output path for module can not be null. check your module/project settings问题原因
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,就会出现这个问题。
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。