0

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?

Sujay
  • 6,753
  • 2
  • 30
  • 49
user1567909
  • 1,450
  • 2
  • 14
  • 24

1 Answers1

1

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.

Community
  • 1
  • 1
Lucifer
  • 29,392
  • 25
  • 90
  • 143