Hi,
I created a library according to https://www.b4x.com/android/forum/t...uild-libraries-without-eclipse.29918/#content
The source is in \src
the dependent JARS are in \libs
When I compile using SLC everything works out fine, BUT: the resulting JAR (that is put in my libraries folder) only contains the compiled classes in \src. It does not contain any code of the referring jars in the libs folder.
This results in ClassDefNotFounds in runtime.
PS: I also added the @BA.DependsOn(values={...}) to no avail.
Many thanks
I created a library according to https://www.b4x.com/android/forum/t...uild-libraries-without-eclipse.29918/#content
The source is in \src
the dependent JARS are in \libs
When I compile using SLC everything works out fine, BUT: the resulting JAR (that is put in my libraries folder) only contains the compiled classes in \src. It does not contain any code of the referring jars in the libs folder.
This results in ClassDefNotFounds in runtime.
PS: I also added the @BA.DependsOn(values={...}) to no avail.
Many thanks