-
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
Native code is conflicts with JavaCV. #1480
Comments
Sounds like a duplicate of issue #1305. Make sure your APK contains |
Thanks. where can i find libjnijavacpp.so, i mean how to build the javacpp.so. also if i remove my native code, then no issue, do you know why? |
It's part of the dependencies of javacv-platform.
|
hmm i just added javacpp.so, still not working |
After add the so file, i got another error: |
That's not an error, it's just a warning, you can ignore that.
|
Did you make sure to include binaries of all the libraries for all architectures? |
I have some native code in Android, also using the ffmpeg so files, but when run the app, i found I got the below errors from javaCV, any idea? Thanks.
java_vm_ext.cc:542] JNI DETECTED ERROR IN APPLICATION: mid == null
java_vm_ext.cc:542] in call to CallVoidMethodA
from void org.bytedeco.javacpp.PointerPointer.allocateArray(long)
The text was updated successfully, but these errors were encountered: