简体   繁体   English

Android NDK构建失败

[英]Android ndk build failed

Though my current ndk version is greater than r10e , but it is saying 虽然我当前的ndk版本大于r10e,但是这是在说

build on Linux x86_64
ANDROID_NDK=/root/Android/Sdk/ndk-bundle/
IJK_NDK_REL=15.1.4119039
You need the NDKr10e or later

EDIT 编辑

I am trying to build ijkplayer , I am just following the build instruction when I tried to execute the ./compile-ffmpeg.sh all I got this error. 我正在尝试构建ijkplayer ,当我尝试执行./compile-ffmpeg.sh all时,我只是遵循构建指令,所以我./compile-ffmpeg.sh all收到了此错误。

This library has hardcoded dependency on NDK release; 该库对NDK版本具有硬编码依赖性。 the latest commit for android/contrib/tools/do-detect-env.sh adds detection of NDK r.14. android / contrib / tools / do-detect-env.sh的最新提交增加了对NDK r.14的检测。 You have the latest r.15c installed. 您已经安装了最新的r.15c。 I would recommend to download r.14 from https://developer.android.com/ndk/downloads/older_releases.html instead of tuning the build scripts: the new release has some breaking changes . 我建议从https://developer.android.com/ndk/downloads/older_releases.html下载r.14,而不要调整构建脚本:新版本有一些重大更改 They come with significant enhancements, but you will not gain much for a project that has already been tested on r.14. 它们具有重大的增强功能,但是对于已经在r.14上进行测试的项目,您将不会获得多少收益。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM