Skip to content
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

Crash when calling System.loadLibrary("ffmpegutils"); #9

Open
mateodalcin opened this issue Jan 11, 2013 · 2 comments
Open

Crash when calling System.loadLibrary("ffmpegutils"); #9

mateodalcin opened this issue Jan 11, 2013 · 2 comments

Comments

@mateodalcin
Copy link

Hello,

We are trying to run this project on an Android Device and it crashes when calling the line System.loadLibrary("ffmpegutils");

Can you please give us a suggestion or recommendation to solve this issue?

Thanks.

@soumyarout
Copy link

You need to build the library using NDK.

@crashfiredeep
Copy link

hello, I have also the same problem. but i have never worked with NDK though i have almost solved all the build errors but now i am getting error on MainActivity.java

static {
System.loadLibrary("ffmpegutils");
}
Error:

FATAL EXCEPTION: main java.lang.UnsatisfiedLinkError: Couldn't load ffmpegutils from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.churnlabs.ffmpegsample-2.apk"],nativeLibraryDirectories=[/data/app-lib/com.churnlabs.ffmpegsample-2, /system/lib]]]: findLibrary returned null

Please help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants