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 is in version Android API Level 8.
So I need to make from sources of Tapjoy -> tapjoy.jar
file and include it to my main project.
How can I make .jar
file properly with command line or from eclipse?