1

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

Sindhu Perumalla
  • 425
  • 1
  • 6
  • 14

3 Answers3

8

in eclipse select your library project

1:right click on project 
2: select export
3:java then jar

enter image description here

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
0
  1. Project>export>Java>jarfile
  2. remove Manifest.xml
  3. remove /res
Andong Zhan
  • 12,608
  • 4
  • 24
  • 24