I have developed a custom decoder as part of my final project. My decoder accepts .steve files now I want to integrate my decoder with android framework.
I have researched a lot in this matter and one of the useful links I found is here. Android: How to integrate a decoder to multimedia framework
The problem I am facing is I don't want compile a whole android source code to integrate a my decoder.
I want to create an app with .apk
file which can recognize .steve files and play the video. So that anyone who wants to my test my app can directly install my apk
in there phone rather than to compile the source code and then apk
can be easily distributed in my grad school to test my decoder.