Place Eclipse Project File in Separate Directory

旧时模样 提交于 2019-12-07 14:22:55

问题


I'm using a default Eclipse project file generated for my Android application, and I want to keep it in a targets/ directory (along with other eclipse-specific files) in order to better organize my project structure (I also plan on adding a target for NetBeans).

Simple question, I suppose: Is this possible?


回答1:


You can define target or output destination by change the output folder. I guess you can do that by change the dir path under Property of the Android project.

If you want to reorganize all your Eclipse projects, you can create a new workplace (Files/Switch workplace) and start creating new projects from now on.




回答2:


Coming back to this question, Ryan Conrad is correct in that Eclipse needs the .project files in the root of the project directory. As such it is not possible to move it elsewhere.



来源:https://stackoverflow.com/questions/3058448/place-eclipse-project-file-in-separate-directory

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!