I want to export android library project including couple of jar files inside "libs" folder as a jar file and put it in other android application project.
The problem is, when I include generated jar file in other android application project, it doesn't see jar files from android library project and throws NoClassDefFoundError
.
Is there any way to fix it ?