Skip to content

Importing the Project into Eclipse

conorfennell edited this page Apr 14, 2012 · 4 revisions
  • Firstly setup android + maven by following this guide: http://rgladwell.github.com/m2e-android/
  • In Eclipse, go to File > Import
  • Type "git" and select Projects from Git
  • Select URI
  • Paste the following into the URI text field: [email protected]:witnessmenow/ShowRSS-Mobile.git
  • Select the connection protocol you want (ssh or https)
  • If you selected "https" type in your github username and password.
  • If you are using "ssh" leave the user as: "git"
  • Click next. Select the "master" branch
  • Change the destination if you want
  • Do not import Existing Project, press cancel
  • In Eclipse, go to File > Import
  • Type "maven" and select Existing maven projects and navigate to the git repository just downloaded

Troubleshooting

Exception caught during execution of ls-remote command

Folder already contains a project file

  • Change to "Import Existing Project"