simplelibrarycompiler

  1. O

    Android Question java.lang.UnsatisfiedLinkError: dlopen failed: library "libJniTest.so" not found

    Hello everyone, I am currently developing my own game boy color emulator in c and I would like to port it to android. Before trying to port my emulator core, i wanted to get a proof of concept running: /* aarch64-linux-android21-clang -shared -fPIC -o libJniTest.so JniTest.c */ /* cp...
Top