-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libjniopencv_core.so cannot locate symbol #65
Comments
The "caused by" bit is just a guess and in this case that's not what causes the error. That symbol is in fact not defined by OpenCV, so we need to ignore it. I've pushed some modifications (link above) that fixes that. Thanks for reporting! |
I compiled the |
About this case: Thanks. |
@jarvischung This is probably caused by ProGuard. Details here: #79 (comment) |
FFMpegGrabber.start
doesn't work because of the error. Here is the full stacktrace:Looks like it can not find
libgnustl_static.so
but I have no idea what to do.Thanks
The text was updated successfully, but these errors were encountered: