Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用为我的 Android 应用程序生成的默认 Eclipse 项目文件,我想将它保存在 targets/ 目录中(以及其他特定于 Eclipse 的文件),以便更好地组织我的项目结构(我还计划添加一个NetBeans 的目标)。
我想一个简单的问题:这可能吗?
回到这个问题,Ryan Conrad 是正确的,因为 Eclipse 需要项目目录根目录中的 .project 文件。因此,不可能将其移动到其他地方。
您可以通过更改输出文件夹来定义目标或输出目标。我想您可以通过更改 Android 项目的 Property 下的 dir 路径来做到这一点。
如果您想重新组织所有 Eclipse 项目,您可以创建一个新工作区(文件/切换工作区)并从现在开始创建新项目。