ijkplayer icon indicating copy to clipboard operation
ijkplayer copied to clipboard

Ubuntu14.04编译ijkplay出现IJK_NDK_REL=

Open studyzhxu opened this issue 8 years ago • 7 comments

用ubuntu14.04编译ijkplay的时候出现IJK_NDK_REL=空,其他的NDK和SDK都配置好了,不知道这是为什么,这个IJK_NDK_REL如何配置

[*] make NDK standalone toolchain

build on Linux x86_64 ANDROID_SDK=~/android-sdk-linux/ ANDROID_NDK=~/NDKr10e/ IJK_NDK_REL= You need the NDKr10e or later

studyzhxu avatar Jul 12 '16 03:07 studyzhxu

try ANDROID_NDK=~/NDKr10e or ANDROID_NDK=/NDKr10e

MythodeaLoL avatar Jul 12 '16 14:07 MythodeaLoL

Modify do-detect-env.sh, and add some echo, to see what's going wrong.

bbcallen avatar Jul 13 '16 03:07 bbcallen

这个问题,怎么解决的???

fqiao avatar Jul 18 '16 03:07 fqiao

请问楼主这个问题解决没?怎么解决的?

xingxing-yan avatar Dec 20 '16 13:12 xingxing-yan

In the setting of ANDROID_NDK, don't use HOME symbol ~, use absolute path instead, the problem will be resolved.

wjx avatar Jan 16 '17 05:01 wjx

按照提示 配置环境变量即可

fqiao avatar Feb 25 '17 08:02 fqiao

如果你配置的NDK环境如下的话: export ANDROID_NDK=/path/to/android-ndk 将其改成 export ANDROID_NDK=$HOME/path/to/android-ndk

解决方案:http://stackoverflow.com/questions/33021089/compiling-vlc-android-ubuntu

hienao avatar Mar 13 '17 05:03 hienao