In my project, I need to use external library. That library consists of .class files. I have added folder with this library to my project using properti
if u have the source code of the library you can import it in eclipse .
Right click on your project -> properties->android -> reference-> add
and add the library project which u have imported. This will include only .class files of the library in ur project