I have an Android project which has made in Eclipse on Windows, now I need to import that project into Eclipse on Mac.
I’m trying to use the Import Projects tool. The problem is the project is not showed in the Projects list to be selected.
Is there another way to import the project into an Eclipse Mac? Or maybe I need to do something different?
Thanks in advance.
I could find what was my problem.
I had all of my projects inside a workspace folder. So, every time I tried to import my projects into my new Mac Eclipse, I could not see them in the projects list.
The thing was I take out my projects from that workspace folder and Eureka, Eclipse could list the projects and I could import them.
I hope it helps someone.