Hi, I have followed all steps,
I have also created the libpybridge.so inside src/main/libs using ndk-build
But still I am facing java.lang.UnsatisfiedLinkError: dlopen failed: library "libpybridge.so" not found
At System.loadLibrary("pybridge");
Any help would be appreciated
Hi, I have followed all steps,
I have also created the libpybridge.so inside src/main/libs using ndk-build
But still I am facing java.lang.UnsatisfiedLinkError: dlopen failed: library "libpybridge.so" not found
At System.loadLibrary("pybridge");
Any help would be appreciated