-
Notifications
You must be signed in to change notification settings - Fork 48
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
UnsatisfiedLinkError: org.bytedeco.javacpp.avutil #8
Comments
Will this error occur on those platforms if you set targetSdkVersion to 22? |
Yes, when i set targetSdkVersion to 22, this issue still occur. |
Dear |
I'll look into it, but I don't think arm64-v8a is the problem here. Because on my Nexus 6, which only supports armeabi-v7a and armeabi, this error doesn't occur. |
Hi @JoyHong , |
btw, does following configuration will effect the result? |
Yes, it does. From https://developer.android.com/studio/projects/add-native-code.html:
So, if you use "abiFilters 'armeabi'", you should place .so files in the app/src/main/jniLibs/armeabi folder. |
I don't think so because there are only armeabi libraries, so you don't need to specify that. |
When you use the tool mentioned here: #8 (comment), |
Yes, I saw them |
Dear, help me, sorry for my poor knowledge. |
You should download javacv-1.2-bin.zip, and unzip xx-android-arm/x86.jar in it to get .so files. |
Hi configurations { |
No, |
Dear CrazyOrr |
I install your project to 32bit device, the same crash will occurs |
Could u please help to solve it asap? |
Sorry, correct, it not depends 32bit |
@JoyHong
Add: (2016/11/25) |
Dear tingfengainiaini |
Dear
Now, i'm using latest code, but in some platform(eg. Meizu 6.0+), it crash with following message.
I don't know how to handle it...
Caused by: java.lang.UnsatisfiedLinkError: org.bytedeco.javacpp.avutil
at java.lang.Class.classForName(Native Method)
at java.lang.Class.forName(Class.java:324)
at org.bytedeco.javacpp.Loader.load(Loader.java:474)
at org.bytedeco.javacpp.Loader.load(Loader.java:419)
at org.bytedeco.javacpp.avcodec$AVPacket.(avcodec.java:1559)
at org.bytedeco.javacv.FFmpegFrameRecorder.(FFmpegFrameRecorder.java:149)
at org.bytedeco.javacv.FFmpegFrameRecorder.(FFmpegFrameRecorder.java:129)
The text was updated successfully, but these errors were encountered: