views:

142

answers:

1

hii how can i create my own jar file for android application using eclipse or ant??

+1  A: 

In Eclipse, you can use the "export" option on the project to create a jar file. This will open the JAR creation wizard.

Tip: Wwhile creating the jar, choose to save the jar description file in your project workspace. Then subsequently, just right click the jar description file and select "create jar" to recreate the jar file whenever you need.

Rahul