Where can I put the libs folder in B4A (to add a native executable)? I have tried to set
B4X:
android:extractNativeLibs="true"
so that the native library is automatically extracted during runtime but I don't know where the libs folder is, so that I can put the library there. Please assist
One of my apps was executing a native C file using exec command which is no longer supported (in Android Q or above) if executed from within the application home directory as shown in the post below:
The suggestion is to put the file in libs folder so that Android extracts during runtime then I can run the command from the directory:
Hello All, i'm trying to write a wrapper for a friend and it requires me to load two .so library riles. I'am using the following; System.loadLibrary("ctrl_gpio") However when i try the library i get the following error. ** Activity (main) Create, isFirst = true ** ** Activity (main) Resume...