Android Video Editor API

I have a problem with the Andoid Video Editor project. I cloned it from Codeaurora.org "platform / packages / apps / VideoEditor.git", but this requires another subproject called "VideoEditor API". Where can I find him? Does he use the libvideoeditor library "platform / frameworks / media / libvideoeditor.git"? Thanks.

+1
source share
1 answer

I was curious, so I decided to look.

It appears that the code needed to compile the project is in the Android framework tree. It can be found on GitHub here . Then I created an Android library project with the source code in this directory. An error has occurred with the heap dump function that I just commented out, and it compiles and works fine on my Acer Iconia A100 with ICS, which actually already has Movie Studio.

+4
source

Source: https://habr.com/ru/post/1443912/


All Articles