On Fri, Apr 17, 2009 at 5:14 PM, DB <[email protected]> wrote: > How do you open an existing Eclipse Project? I don't see an open button or > a way to load an existing project.
In Eclipse you need to "import" an existing on-disk project in the workspace before you can open it. If it's an Android project that you never opened in Eclipse (e.g. it was created with "android create project" or svn/etc.), use the File > New > Android Project wizard. If the directory already contains a .project file for Eclipse simply use File > Import > Existing Projects. HTH R/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

