• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Want to look at source code. How to import to Eclipse

adseguy

Well-Known Member
Hey guys. I'm new to developing on Eclipse and java, but not to programming in general.

I was wondering how you guys import and use this code into Eclipse easily.

Source Checkout - android-wifi-tether - Project Hosting on Google Code

When you go to the source code it takes you to an HTTP site that has all the files. I don't want to download them individually as there are many folders. How can I get all this into Eclipse the quickest way.

THANKS!
 
If you setup subversion with one of the subversion eclipse plug-ins, then you should be able to use the command line parameters within eclipse to be able to hook directly to the repository and create a project based on the subversion repository project.
 
Back
Top Bottom