.so files

  1. L

    Android Question To use SDK in .jar file that is dependent with .so files.

    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...
  2. SJQ

    Android Question Library to control side LEDs

    The company I work for have been looking at an alternative wall mounted android-based device with side LEDs. The device runs Android 8 I’ve previously used a different device from SIBO and I used their library (a jar file) with inline Java and that all worked, however this isn’t as simple. The...
  3. I

    Android Question Creating A Wrapper For Manufacturer SDK In B4A

    I have an SDK from a device manufacturer containing a jar file and some .so files in arm64-v8a and armeabi-v7a folders. Please how do I create a wrapper for the SDK so that I can use it in my B4X application? I have not created any wrapper before.
Top