user1567909
user1567909

Reputation: 1480

Referencing a project in eclipse

I am a bit new to using Eclipse and I was hoping someone could explain to me how to reference a project in Eclipse.

In my project I currently want to reference JakeWharton/Android-ViewPagerIndicator into my project. I was taking a look at ReferencingLibraryProject but this wasn't very helpful. Could anyone help?

Upvotes: 0

Views: 59

Answers (1)

Lucifer
Lucifer

Reputation: 29672

Just follow the these steps,

  • Go to File Menu and Select "Import" option
  • In the Import Dialog, select last option "Other" and select "Checkout Projects from SVN", Click on Next Button

enter image description here

enter image description here

  • Click on Finish

Now you can see the project in your eclipse's project explorer and your current Workspace.

Upvotes: 1

Related Questions