Java – Android – OpenCV error: Cannot load info library for OpenCV

Android – OpenCV error: Cannot load info library for OpenCV… here is a solution to the problem.

Android – OpenCV error: Cannot load info library for OpenCV

Solution

If someone is still (March 2020) searching for this error –

 E/OpenCV/StaticHelper: OpenCV error: Cannot load info library for OpenCV

And conclude this StackOverflow discussion, which is a useful explanation from OpenCV contributors on their website.

Ignore this error message. “Info library” is used for special Android
configurations, like builds with CUDA support.

Check out this (currently Unresolved) issue here – https://github.com/opencv/opencv/issues/15567

Related Problems and Solutions