Importing github projects as library to existing project

Viewed 29641

I am used to importing library as .jar file but I don't know how to use the projects from github like this: https://github.com/jfeinstein10/SlidingMenu/

I want to use it in my existing project. I tried including the project file in the dependencies but it's giving me some errors

1 Answers
Related