Nguyen Phan Du

Results 2 issues of Nguyen Phan Du

Could some one can help me to run in Linux please? Everything is ok in window When I run inside docker, ( ubuntu focal) I got the bellow error ![image](https://user-images.githubusercontent.com/6204507/176444316-05ae0c58-7419-48d2-bca0-f6dab5118452.png)

I try write my own C code Then load using this ffi: // load by manual copy to folder android/src/main/jniLibs final dylib1 = ffi.DynamicLibrary.open("libsimpleso.so"); Then got these error. Did I...