Someone knows how to embedded a .jar file inside a library?
I mean, to create a library developed in Java with dependence on another, but at the end of compilation only requires a single .jar and .xml that need B4A
Example:
I create a MyLib.xml and MyLib.jar
But the MyLib.jar depends on Third.jar.
I don´t want to send separately a different library, want you to be embedded in MyLib.jar.
it's possible?
Thanks