Issue
I am following https://github.com/halfninja/android-ffmpeg-x264 to create an Android project based on ffmpeg, x264. It has two projects after building: "Project", "ProjectTest" Apparently "Project" is not complete. I run "ProjectTest", the error is:
Test run failed: Instrumentation run failed due to 'Process crashed.'
Any hint? Thanks.
Solution
Halfninja is not working on that project anymore, it is more than 2 years old already. That's why you are probably having issues, as you are probably using a newer android NDK. Try this fork of the halfninja kit, and make sure to read that manual. Also make sure you are using NDK version r5c to build it, later versions seem to have problems.
Answered By - Nick van Tilborg
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.