I am using the opencv jars for Facial detection and recognition and I don't have any cmake files in that package.
My app works fine below android Nougat, but a problem occurs in android Nougat and above where the alert error box says:
libopencv_core.so DT_NEEDED ENTRY libtbb.so
libopencv_imageproc.so DT_NEEDED Entry libopencv_core.so
libopencv_highgui.so DT_NEEDED Entry libopencvcore.so
.........
etc
There are 4 libraries that have an entry missing, but they are there in the lib directory of the libsJni folder,
I went through the github thread regarding the solutions of this question, but they are all related to cmake file, and I didn't use any cmake file.
Also, I cannot set a property target for an external build.
I have seen this question but it has not helped me.