How to import project source on GitHub from EclipseCategory: Android2013-02-03 10:04 21027 people read review (+) collection report
1.First on the github.com to apply for an account, such as the author's account is puma007
2.Eclipse needs to install the Egit plug-in, select help-in Eclipse Marketplace, enter egit in search, locate and install
3.Find the source project you want to import on GitHub, such as the Oschina Android client, for example, URL: Https://github.com/oschina/android-app
4.There are three ways to import HTTP, sshgit, read-only, the following HTTP as an example, click the HTTP button, the right text box will appear https://github.com/oschina/android-app.git, copy the information
5.Choose file-from Eclipse import-"git-" Projects from Git
6. Select next-"SELECT Uri"
7. Select Next and paste the following information (note the password for the account you requested on GitHub):
8. Select next to enter the branch selection, where the master is selected
9. Select next to configure the local project storage path
Ten. Select Next
Click Finish, then select Import existing projects, and then click Finish to see the imported items in eclipse!
"Reprint" How to import the project source on GitHub from eclipse