现象: 在eclipse做编译时,提示错误"The project cannot be built until its prerequisite XXX is built. Cleaning and building all projects is recommended" .
解决方法: 最初无论怎样Clean都不能去掉编译红叉,后来在网上搜索到一个解决方法,原文是这样的:
I found that if I remove the project and re-add it again it works (clean all and build all did not work). Strange but at least it works now ;-)
本人比较懒,觉得remove 后再re-add太麻烦 , 我的做法是直接将出错的project, close掉,然后再open. 发现编译竟然也好了.
eclipse中的一个编译错误修正
最新推荐文章于 2025-04-17 09:54:32 发布
本文介绍了在使用Eclipse进行项目编译时遇到The project cannot be built until its prerequisite is built错误的解决策略。通过移除并重新添加出现问题的项目,或直接关闭并重新打开该项目,作者成功解决了编译问题,避免了繁琐的清理和重建操作。
4249

被折叠的 条评论
为什么被折叠?



