-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
Android tries to load nonexisting opencv_info library. #8100
Copy link
Copy link
Closed
Labels
Description
System information (version)
- OpenCV => 3.2
- Operating System / Platform => Host: Fedora 25, Target: Android(armeabi-v7a)
- Compiler => clang 3.8
Detailed description
In OpenCV Java Version, it tries to load library named opencv_info. However it doesn't exist in 3.2 and master code. When I run OpenCV Application in Android, I can find a log likes E/OpenCV/StaticHelper: OpenCV error: Cannot load info library for OpenCV, but it doesn't crash. I think it can be safely deleted.
Steps to reproduce
Reactions are currently unavailable