UnsatisfiedLinkError | conflict between C native libraries on Android

0

I am working to implement a fingerprint reader in my application, for this I use a native library in C and so far everything has worked well, I can get the image of the fingerprint and format it, etc. But I also need to evaluate the quality of the captured image or NFIQ, for this I am trying to implement other native library when adding the dependency to the project and compiling I do not have any warning or error, however in the execution of the program when it will hardly be done the connection with the fingerprint reader I get the following error: The error (the first highlighted in blue) places me in the creation of the object "Scanner", part of the native library that is responsible for establishing communication with external hardware etc, etc. It seems that there is a conflict with the library "log.h" that is used in both modules, and I made several tests but I have not had any progress, if I remove the NFIQ module the reader connects without problems. I hope you can help me.

    
asked by Antonio Gutierrez Campos 31.10.2018 в 02:05
source

0 answers