Reputation: 1480
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
Reputation: 29672
Just follow the these steps,
Select First option "Create New Repository Location"; Click on Next Button
In the Url text box, enter location https://github.com/JakeWharton/Android-ViewPagerIndicator ; click on Next Button
Now you can see the project in your eclipse's project explorer and your current Workspace.
Upvotes: 1