无法创建新的 Android 项目
我正在尝试在 Eclipse 中启动一个新的 Android 项目。创建文件夹时,我收到以下消息:
My_Project_Name 与另一个项目的位置重叠:“My_Project_Name”
我没有看到它有任何问题,并且项目名称是新的,因此不应已存在。
有人看到同样的问题吗?
——埃里克
I am tyring to start a new Android Project inside Eclipse. When creating the folder I get the following message:
My_Project_Name overlaps the location of another project: 'My_Project_Name'
I am not seeing anything wrong with it and the project name is new, so should not already exist.
Anyone seeing the same issue?
-- Eric
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不在您的工作区中(不在 Eclipse 中的包资源管理器中)的同名文件夹也可能会产生此错误。如果是这样,请检查您的工作区目录并删除该文件夹。
A folder with the same name which is not in your workspace (not in your package explorer in eclipse) may also produce this error. If so, check your workspace directory and delete that folder.
当我尝试在工作区之外创建新项目时,这发生在我身上,我真的不知道那是做什么的。
this happened to me when i tried to create new project outside the workspace, really i dont know whats that for.