Eclipse 无法构建项目,或者构建时间过多
我使用 Eclipse 已经大约 10 个月了,主要用于 Android 应用程序。直到最后两周,我对编码感到非常满意,构建代码并实时向我显示错误的速度非常快。现在,即使在小型项目中,除非我单击“构建项目选项”(自动构建选项已打开),否则似乎不会构建任何内容。我不知道这是关于 Eclipse 或 ant builder,它变成了一个真正的麻烦,任何帮助将不胜感激
I've been using Eclipse for about 10 months, primarily for Android applications. until last 2 weeks I was very happy with coding, it was very fast to build the code and show me the errors in real time. Now even in small projects it seems to not build anything unless I click "build project option" (build automatically option is on). I don't know it's about Eclipse or ant builder, it turned into a real trouble, any help will be appreciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试删除 eclipse 中未使用的工具,增加 VM 值,例如
-vmargs
-Xms1024米
-Xmx1024米
关闭未使用的项目,尝试更改工作区位置。
Try to remove unused tools in eclipse, increase the VM values like
-vmargs
-Xms1024m
-Xmx1024m
Close unused projects, try to change workspace location.
您始终可以尝试仅创建新工作区并导入项目的强力方法。
You could always try the brute force approach of just creating a new workspace and importing your project.