I'm having problems trying to use some extra libs in my project I have a JNI folder and either OBJ has both the necessary files, but the time I click the button to perform the action this error happens.
I'm having problems trying to use some extra libs in my project I have a JNI folder and either OBJ has both the necessary files, but the time I click the button to perform the action this error happens.
I have solved something similar using the following line of code in combination with a thread that had a delay of about 5 seconds:
System.loadLibrary("SuaLibAqui");
But this same code gave me the exception UnsatisfiedLinkError that is a few lines down in your logcat, and the way I decided was to put the above code to load the lib during a splash screen.