Packaging linux binary in Android apk

前端 未结 2 1225
粉色の甜心
粉色の甜心 2020-12-19 20:02

If I want to include a linux binary (like ffmpeg) in my .apk file (only for ARM based devices), is this possible to distribute for non rooted phones? I know it\'s possible t

2条回答
  •  南方客
    南方客 (楼主)
    2020-12-19 20:43

    I don't think you'll be able to get them marked as +x without root.

    With ffmpeg, it's more usual to create a JNI wrapper for libffmpeg.

提交回复
热议问题