bytedeco/javacv

Native code is conflicts with JavaCV.

Open

#1,480 opened on Aug 3, 2020

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
help wantedquestion

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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)

Contributor guide