1

So this is the one I'm trying to add to my project

https://github.com/SimonVT/android-menudrawer

However as you can see its not in a jar format, if it was i would know how to use it.

I have come across this before for other android items and I always gave up on using them because I didnt know how to add them. So finally I came here.

So how woul;d you add this to your project? Would you have top convert the original authors work into a Jar and then add it to your propject?

Exikle
  • 1,155
  • 2
  • 18
  • 42
  • 3
    you need to reference the library project in your android project. check the link http://developer.android.com/tools/projects/projects-eclipse.html – Raghunandan May 23 '13 at 17:35
  • Did you clone the GitHub repo first? If not, do it first. If you did, then check: http://stackoverflow.com/questions/6760115/importing-a-github-project-into-eclipse. – Alejandro Colorado May 23 '13 at 17:44

1 Answers1

1

Thanks to Raghunandan, I have got the answer.

For anyone else you need to reference the library project in your android project.

Check the this link

http://developer.android.com/tools/projects/projects-eclipse.html

and go down to setting up a library and then right after that refrencing a library

Thanks!

Exikle
  • 1,155
  • 2
  • 18
  • 42