【发布时间】:2014-11-23 11:11:50
【问题描述】:
我有一个奇怪的问题。
正如我在this Question 中所读到的,我必须将我的.iml 文件添加到 Git,因为我没有使用 Maven。
但根文件夹中的 .iml 文件会根据项目克隆到的文件夹名称更改其名称:
Project Cloned to Folder "Test" the iml is --> Test.iml
Project Cloned to Folder "ProjectName" --> Projectname.iml
如果我必须将 .iml 文件添加到 Git,这应该如何工作,因为人们可以将存储库克隆到他们喜欢的任何文件夹。
【问题讨论】:
标签: git android-studio