How can I dlopen deploy_lib_cpu.so in android?

I find when I run this code in JNI.
res = dlopen(deploy_lib_cpu.so, RTLD_LAZY | RTLD_LOCAL);
it return res = NULL.
Dose anyone know about it
thank you

I face the same issue