How to make .jar library from sources

后端 未结 4 641
隐瞒了意图╮
隐瞒了意图╮ 2021-01-22 00:51

I have Tapjoy sources sources, which have such sructure: Tapjoy/src/com/tapjoy/*.class

It must be compiled with Android API Level 9 and higher. My project i

4条回答
  •  情歌与酒
    2021-01-22 01:23

    In Eclipse IDE, it's very easy to create a JAR file.

    Just right click on your package > Export > Java > JAR File (and follow the wizard!)

提交回复
热议问题