tuhatinhvn Active Member Licensed User Longtime User Oct 8, 2014 #1 Need an example how to wrap library with library java in project and resource Last edited: Oct 9, 2014
Erel B4X founder Staff member Licensed User Longtime User Oct 9, 2014 #2 See the Flurry example: http://www.b4x.com/android/forum/th...mpiler-build-libraries-without-eclipse.29918/
See the Flurry example: http://www.b4x.com/android/forum/th...mpiler-build-libraries-without-eclipse.29918/
Theera Expert Licensed User Longtime User Oct 14, 2014 #3 Is there a new example shown for how to do? I still not understand that wrap library is different from library which created by java. I think myself,more learned,I'm more stupid.
Is there a new example shown for how to do? I still not understand that wrap library is different from library which created by java. I think myself,more learned,I'm more stupid.
Erel B4X founder Staff member Licensed User Longtime User Oct 14, 2014 #4 It is not different. It is the same process. You just need to use @DependsOn to tell the compiler to add a reference to other jars.
It is not different. It is the same process. You just need to use @DependsOn to tell the compiler to add a reference to other jars.