opencv: Cannot load info library for OpenCV

With OpenCV 4.1.1 for Android, I got the below error:

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

Screen Shot 2019-09-22 at 6 28 05 PM

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 16 (5 by maintainers)

Most upvoted comments

same problem, which causes OpenCVLoader.initDebug() fail.

Ahh figured it out. I had a conflict with this dependency and the source module in my Gradle build file. With the com.quickbirdstudios:opencv import you do not need to manually import the Open CV source code.

After one year of researches I can tell you what: this message is not the error. This is one useless message from opencv. You should better ignore it.