Reputation: 109
I have a problem using Andoid's Video Editor project. I have cloned it from Codeaurora.org "platform/packages/apps/VideoEditor.git", but it requires another "VideoEditor API" subproject. Where can I find it? Does it use libvideoeditor library "platform/frameworks/media/libvideoeditor.git"? Thank you.
Upvotes: 1
Views: 8530
Reputation: 4246
I was curious as well so I decided to take a look.
It looks like the code necessary to compile the project is in the Android framework tree. It can be found on GitHub here. I then made an Android library project with the source code in this directory. There was an error with a heap dump function that I just commented out and it compiles and runs fine on my Acer Iconia A100 with ICS which actually already has the Movie Studio app on it.
Upvotes: 4