ijkplayer
ijkplayer copied to clipboard
Ubuntu14.04编译ijkplay出现IJK_NDK_REL=
用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
try ANDROID_NDK=~/NDKr10e
or ANDROID_NDK=/NDKr10e
Modify do-detect-env.sh, and add some echo, to see what's going wrong.
这个问题,怎么解决的???
请问楼主这个问题解决没?怎么解决的?
In the setting of ANDROID_NDK, don't use HOME symbol ~
, use absolute path instead, the problem will be resolved.
按照提示 配置环境变量即可
如果你配置的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