Create jar for android project in eclipse

后端 未结 2 1719
我寻月下人不归
我寻月下人不归 2020-12-28 20:50

Hello all how can I create jar file of my project that is created in android using eclipse. I have done in this way project -> right-click->export --> select builder -->

2条回答
  •  心在旅途
    2020-12-28 21:43

    In Eclipse, select project, right click on the project, Select Export, From that select Jar. Then follow the simple wizard and give the destination where you want to save your jar, and finish. You can find your jar there. enter image description here

提交回复
热议问题