-
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
No jniopencv_core UnsatisfiedLinkError Android Studio #56
Comments
Apparently Android Studio doesn't work with JAR files for JNI libraries anymore. We'd need to build an AAR file for that: |
I wish I knew how to do that or I would love to help out! |
Manually installing the JAR files in Android Studio work fine though. I've updated the instructions for that here: |
Looks like the way with copying native files to jniLibs... doesn't work anymore. My project suddenly starts crashes today and I get error (one of my favorite): Caused by: java.lang.UnsatisfiedLinkError: Couldn't load opencv_core: findLibrary returned null. |
Extracting all the native libraries to |
I am trying to install JavaCV so I can use FFMPEG in my project. Specifically I am trying to use the sample code "RecordActivity" I have created a brand new project, followed the install instructions and then the specific OpenCV / FFMPEG instructinos https://github.com/bytedeco/javacv#manual-installation-for-opencv-and-ffmpeg and I am still gettting the error referenced several times on the forums about jniopencv_core and opencv_core not being referenced. Do you think it is an android studio issue? I tried doing eclipse and has the same issue although I did not go through it as thoroughly. Issues that are related to this.
#28
#1
#9
I am using the 9.0 release using gradle
is there a more up to date version I could try? or something im not doing?
The text was updated successfully, but these errors were encountered: