1

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.

Jorge Gil
  • 4,265
  • 5
  • 38
  • 57
  • 2
    You can export that project as archive file then load it into mac –  Jan 17 '13 at 23:48
  • 1
    Eclipse shouldn't care if the project was created on Windows or Mac. How did you export the project? – Computerish Jan 17 '13 at 23:50
  • I use Mac and Windows interchangeably, with the project shared through git. The only issue I have is that CR/LF sometimes get mangled in layout files. Everything else just works -- even CDT/NDK. – 323go Jan 18 '13 at 01:21

1 Answers1

0

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.

Jorge Gil
  • 4,265
  • 5
  • 38
  • 57