How to make .jar library from sources

后端 未结 4 648
隐瞒了意图╮
隐瞒了意图╮ 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:38

    both are possible

    you can also use ant or maven for this kind of functionality.

    check for the jar tool for commandline approach!

    check eclipse ant build for eclipse approach and check the ant jar task for ant approach

提交回复
热议问题