How to convert Library project into jar

夙愿已清 提交于 2019-12-11 04:22:34

问题


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:


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


来源:https://stackoverflow.com/questions/10185316/how-to-convert-library-project-into-jar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!