appunite / AndroidFFmpeg

[DEPRECATED] FFmpeg build for android random architectures with example jni
Apache License 2.0
1.07k stars 470 forks source link

Couldn't load nativetester-jni from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.example.playlive-1.apk"] #143

Open satyamub opened 8 years ago

satyamub commented 8 years ago

Hi all,

I am trying to build this to use it my live stream player. however facing the issue. I downloaded libffmpeg.so file and included in "armeabi" folder in libs folder in my app. Its still showing the issue. cn you provide me libffmpeg.so so that I include it to compile

jacek-marchwicki commented 8 years ago

Unfortunately you have to compile it by yourself - and probably modify some of the code to match your needs.

satyamub commented 8 years ago

can you provide me complete steps to compile and import the library to my sample project?Please

satyamub commented 8 years ago

I am very new to NDK thing

jacek-marchwicki commented 8 years ago

Compilation steps: https://github.com/appunite/AndroidFFmpeg#installation and https://github.com/appunite/AndroidFFmpeg/blob/master/.travis.yml I warn you that this project is not simple and you may find some issues that unfortunately you will have to fix by yourself