How to use libffmpeg.so in Android project?

android, android-ndk, ffmpeg

Solution

This tutorial provides a detail explanation about this topic. How to Build Android Applications Based on FFmpeg by An Example

Problem

I am trying to create a screen recording app in Android. For this, i am using FFmpeg. I have created the libffmpeg.so file. Now i would like to use the same in Android project for calling it's native function. How can i do that..?

Original source

Related problems