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
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:
- Project>export>Java>jarfile
- remove Manifest.xml
- remove /res
Post a Comment for "How To Convert Library Project Into Jar"