Hi All,
I need to use OpenCL via Opencv ocl module on Android. However, when the app start I get error:
library “/system/vendor/lib64/libOpenCL.so needed or dlopened by myJNI.so is not accessible for the namespace …
I googled and found the error is caused by: Android sandbox prevents vendor .so access.
I want to know how to deal with this difficlty?
Many thanks.
Yixun