WitaloBenicio
WitaloBenicio

Reputation: 3682

Transforming Android project into JAR file

I have a Android project and this project uses one JAR file and have a library associated. So, my doubt is: If i export my android project into a JAR file, the JAR file get that two other "projects" (the JAR and the library associated)? I really need to export my project, so please help me.

Upvotes: 1

Views: 71

Answers (1)

Jouni Aro
Jouni Aro

Reputation: 2139

I suppose you are building with Eclipse. Make sure you check the libraries for Export in the Properties-Java Build Path-Order and Export. Eclipse does not add the libraries for export by default.

Upvotes: 1

Related Questions