Finding various interpretations of the network, the most common one is:
New--Android project--Create project from exist source The following error message appears: Invalid Project Description ------>detail:->>> xxxx (project path) overlaps the location of the Another project: ' XXXX ' Finally found that I put the source code into the workspace directory under the cause. The Eclipse plugin creates a directory with the same name in the workspace directory when the project is created. However, when the corresponding directory is found in the workspace directory, the above error message will be reported.
The solution is simply to move the source package to a non-workspace directory. |
My directory does not really have the same name file.
Finally, the backup RAR compressed files removed from the directory after the problem solved successfully, iers even compressed files containing the same name is not, and harvest.
New--Android project--Create project from exist source The following error message appears: Invalid Project Description ------>detail:->>> xxxx (project path) overlaps the location of the Another project: ' XXXX ' Finally found that I put the source code into the workspace directory under the cause. The Eclipse plugin creates a directory with the same name in the workspace directory when the project is created. However, when the corresponding directory is found in the workspace directory, the above error message will be reported.
The solution is simply to move the source package to a non-workspace directory. |
Address overlaps the location of another project: ' XXXX ' in eclipse