Hello everyone,
I have been provided with an SDK that has been compiled into a .jar file. I have added the .jar file to the additional library folder and included it using #AdditionalJar in the B4A code. I am able to access the functions in the .jar file; however, after executing the code, it failed to load the .so library file.
What I have done so far is add a libs folder that contains arm64-v8a and armeabi-v7a directories and place all .so files in their respective locations. But it still failed to find the .so file.
So, how can I solve this? I don’t have the source code of the .jar to recompile it.
The SDK has been structured as follows:
here is my "additional lib" folder:
I have been provided with an SDK that has been compiled into a .jar file. I have added the .jar file to the additional library folder and included it using #AdditionalJar in the B4A code. I am able to access the functions in the .jar file; however, after executing the code, it failed to load the .so library file.
What I have done so far is add a libs folder that contains arm64-v8a and armeabi-v7a directories and place all .so files in their respective locations. But it still failed to find the .so file.
So, how can I solve this? I don’t have the source code of the .jar to recompile it.
The SDK has been structured as follows:
here is my "additional lib" folder:
Last edited: