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