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

Doesn't work - crash on run #19

Open
Dshmuel opened this issue May 8, 2018 · 5 comments
Open

Doesn't work - crash on run #19

Dshmuel opened this issue May 8, 2018 · 5 comments

Comments

@Dshmuel
Copy link

Dshmuel commented May 8, 2018

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.mysoft.audio-1/base.apk"],nativeLibraryDirectories=[/data/app/com.mysoft.audio-1/lib/arm64, /data/app/com.mysoft.audio-1/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]]] couldn't find "libffmpeg.so"
at java.lang.Runtime.loadLibrary0(Runtime.java:972)

@madhavanmalolan
Copy link
Owner

Can you please share your android manifest and gradle files?

@anonym24
Copy link

anonym24 commented May 13, 2018

seems it's compiled only for arm v7 (32), but not for arm64, also there is x86 and x86_64

@madhavanmalolan can you please compile them

https://github.com/madhavanmalolan/ffmpegandroidlibrary/tree/master/ffmpegandroidlibrary/src/main/libs/armeabi-v7a

@redoy-ahmed
Copy link

I am facing same problem

@jitendar7
Copy link

I was also facing this issue.
Below is what i have added in my gradle

defaultConfig {
     ....
    ndk {
        abiFilters "armeabi", "armeabi-v7a", "x86", "mips"
    }

}

@Ramnath85
Copy link

I am getting a slightly different error related to this thread. Do i need to add libffmpeg.so separately? please suggest.
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.tabaud.musik-IneCtyuPnlLY16Wc13WacQ==/base.apk", zip file "/data/app/com.tabaud.musik-IneCtyuPnlLY16Wc13WacQ==/split_lib_directories_apk.apk", zip file "/data/app/com.tabaud.musik-IneCtyuPnlLY16Wc13WacQ==/split_lib_resources_apk.apk"],nativeLibraryDirectories=[/data/app/com.tabaud.musik-IneCtyuPnlLY16Wc13WacQ==/lib/x86, /data/app/com.tabaud.musik-IneCtyuPnlLY16Wc13WacQ==/base.apk!/lib/x86, /data/app/com.tabaud.musik-IneCtyuPnlLY16Wc13WacQ==/split_lib_directories_apk.apk!/lib/x86, /data/app/com.tabaud.musik-IneCtyuPnlLY16Wc13WacQ==/split_lib_resources_apk.apk!/lib/x86, /system/lib, /system/vendor/lib]]] couldn't find "libffmpeg.so"

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

6 participants