Carlos Porta
Carlos Porta

Reputation: 1234

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

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.

Upvotes: 0

Views: 143

Answers (1)

Ajay Maurya
Ajay Maurya

Reputation: 69

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.

Upvotes: 1

Related Questions