Could any one please tell me the steps to convert the library project into jar.
Asked
Active
Viewed 3,044 times
3 Answers
8
in eclipse select your library project
1:right click on project
2: select export
3:java then jar

vipin
- 2,851
- 4
- 18
- 32
3
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.
Mohammed Azharuddin Shaikh
- 41,633
- 14
- 96
- 115