Is it possible to create jar file in eclipse which should contains java file, jni and lib (shared library)..?. I want this JAR file for android project so android application developer can use API which is there in in JAR file. For this I need create one JAR file for my own API's
Thanks