我下载了一个APP源代码。我第一次上传它调试得很好。然后我不小心关闭并删除了该项目。
当我解压APP的源代码并再次导入源代码时,我遇到了提示:case variant exists.
我遇到了同样的问题,问题只是我的工作区中有另一个项目,名称相同,但大小写不同。从工作区中删除第一个项目后,它导入良好。
I have not heard of this before - mysterious. I would be that it's related to the Project Name (app name) you entered before you downloaded any source. There is a known issue when special characters like quotes, apostrophes, hyphens, and punctuation are used in project names. I don't know what your project is named but I would start there. If you are using special characters in the name - rename the app in the control panel then re-download the source and see what happens
Is the file you want to import in workspace folder?If it is so move it
Eclipse 项目名称不区分大小写,这意味着您不能有两个项目名称相同(但大小写不同);例如“myApp”与“MyApp”
您只需要在提取之前重命名 file.zip。删除项目名称中使用的特殊字符,如引号、撇号、连字符和标点符号。