It's not ready yet, we are waiting on testing cards from the bank so we can debug the project with the terminal.
What do we do with the "libs" folder from the Android library? Does the compiled jar under /bin also have the libs folder in it?
No. You will need to add @DependsOn to tell the compiler that these libraries are required and copy them to the additional libraries folder.
libs / armeabi / libmylib.so
libs / armeabi-v7a / libmylib.so
You should better create a new thread for your question instead of posting to an old thread.Any one have sample sample project file for wrapper of Android library?