-
Notifications
You must be signed in to change notification settings - Fork 15
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
Comments
Can you please share your android manifest and gradle files? |
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 |
I am facing same problem |
I was also facing this issue.
} |
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.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)
The text was updated successfully, but these errors were encountered: