Question about the opencv sdk version with core.so library

doing what, exactly ? a c++ app ?
(the sdk is more focussed on java/kotlin based apps)

and again, there is no libcore.so at all
(probably meant: libopencv_core.so ?)
, but again, it won’t build that on android unless you specify BUILD_SHARED_LIBS=OFF in cmake

link, please