I tried to import an existing project eclipse to Android Studio, but I got a dialog message in import that I can\'t solve : \"this project refers to Eclipse workspace re
I have same error. Let me explain all steps. You have Eclipse project and you want to import in Android Studio. So when you try to import it it will ask you to generate project at different location as shown below.
when you click on next it will show you this screen.
after proceeding you will get this screen.
now the question is why it ask for Eclipse workspace path?
Answer: There is hidden .classpath
file in your Eclipse project. the .classpath
file contains information that the JDT feature needs in order to properly compile the project: the project's source folders (that is, what to compile); the output folders (where to compile to); and classpath entries (such as other projects in the workspace, arbitrary JAR files on the file system, and so forth).
First you have to select original Eclipse project path in Eclipse workspace path then you need to edit all file paths which is shown list. File names which are mentioned on left are already existed in original Eclipse project you have to set path so Android Studio will able to import project.
I have solved by this approach. Please let me know if you get any other error.
I dont know the exact cause and criteria that causes this but, it has to do with External Libraries Studio does not recoginze. I have found a very hacky solution that has served my purpose. It is not a total solution but it is the best i can offer to gracefully allow importing all sources
Like i said its a hacky work around but does the trick.