Android - How To Import An Eclipse Project Made In Windows To Mac
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 th
Solution 1:
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.
Post a Comment for "Android - How To Import An Eclipse Project Made In Windows To Mac"