How to create an android library from a package on eclipse?

167 Views Asked by At

I did not find any information about how to create my own library from a package that I made. For example, my project contains 3 packages (A, B, C), but I only want to create an library using the package C. How can I do this? Is it possible?

Thanks.

1

There are 1 best solutions below

0
On BEST ANSWER

Make a new project with particular package and mark it as a library project and just build project and a jar for will be generated in your bin folder.