Possible Duplicate:
Adding a library/JAR to an Eclipse Android project
I found an interesting project to me, Wanted to use his library but I can not add to my library, as in the example

I do it in eclipse
I can not add. Jar in my library

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Right click your project, select
Build Path->Configure Build Path.... On theLibrariestab you can add the library.If the JAR is contained in a project folder select
Add JARs.... If you want to add it from the file system selectAdd External JARs.