-
Notifications
You must be signed in to change notification settings - Fork 591
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
load issues on Android since 1.5.4? #446
Comments
|
Okay, I guess I am not used to all this noise on boot. |
It's not noise, you might encounter this issue: bytedeco/javacv#1305 |
So it would be preferable if I built and shipped a
Hmm, yea I think reflection might be the solution. |
If you don't need it in your application, no, it's not necessary. But if this is supposed to be a library, that might get used with other libraries, then users will use it with
Yes, let's do that. |
Thanks. Is there any way to turn off the warnings in my app, perhaps with some sort of system property? |
We can set "org.bytedeco.javacpp.logger" to "slf4j" and ignore messages
that we get there. It's better to just bundle libjnijavacpp.so though.
|
I think I'm missing something really simple here.. how do I generate the Currently I do the following to get a
All of that works just fine. Do I just need to repeat the same steps with |
Looks like this is all you need:
|
That works too I suppose, but it gets generated with the Maven build and |
continuing discussion from #413 (comment)
seems to be more than just warnings for me, i'm not getting any javacpp functionality.
Maybe the
BufferPoolMXBean
is unrelated and the problem is it is trying to look forlibjnijavacpp.so
? Is that file supposed to exist?When I compile at the moment, I get a single
libjniHDHRLib.so
which includesjnijavacpp.cpp
:The text was updated successfully, but these errors were encountered: