问题
Could any one please tell me the steps to convert the library project into jar.
回答1:
in eclipse select your library project
1:right click on project
2: select export
3:java then jar
回答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.
回答3:
- Project>export>Java>jarfile
- remove Manifest.xml
- remove /res
来源:https://stackoverflow.com/questions/10185316/how-to-convert-library-project-into-jar