I put the libpython3.7m.so file and the libffi.so file in my android app, but the following happens:
I have put libffi.so in my android stduio, and I also configured my cmakelists.txt
java.lang.UnsatisfiedLinkError: dlopen failed: library "libffi.so.7" not found
At java.lang.Runtime.loadLibrary0(Runtime.java:1016)
At java.lang.System.loadLibrary(System.java:1657)
Is my way wrong?
I put the libpython3.7m.so file and the libffi.so file in my android app, but the following happens:
I have put libffi.so in my android stduio, and I also configured my cmakelists.txt
java.lang.UnsatisfiedLinkError: dlopen failed: library "libffi.so.7" not found
At java.lang.Runtime.loadLibrary0(Runtime.java:1016)
At java.lang.System.loadLibrary(System.java:1657)
Is my way wrong?