Skip to content Skip to sidebar Skip to footer

How To Convert Library Project Into Jar

Could any one please tell me the steps to convert the library project into jar.

Solution 1:

in eclipse select your library project

1:right click on project 2: select export3:java then jar

enter image description here

Solution 2:

Rightclick on Project>export>Java>jarfile select the files and your jar ready.

Be sure that library project files doesnt conflict other project file. ex Manifest.xml your library manifest may contains activity which is already in project(your jar added) manifest.

Solution 3:

  1. Project>export>Java>jarfile
  2. remove Manifest.xml
  3. remove /res

Post a Comment for "How To Convert Library Project Into Jar"