have you used github before? (sorry i had to ask). all you do is git clone <path of the git repo you want>
and then that code is now downloaded to whatever folder you are in. go into eclipse and import, project from existing source, and that's it. you may have to clean the project to remove some errors. done. On Jan 4, 4:03 pm, gab1972 <[email protected]> wrote: > I want to import the source code for FourSquare into the Eclipse SDK, > how do I do that? The source page says that I can get a copy of the > local repository with this command: > > hg clonehttps://foursquared.googlecode.com/hg/foursquared > > What do I do with that command? > > Thanks. -- 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

