android - Facing this error The following binaries are missing: ndk-build. Please install them -
i'm trying build ' linphone-android ' .
somehow manged resolv bugs i'm stuck @ when try run ' ./prepare.py **' commanad in terminal giving me ndk error i.e **error: following binaries missing: ndk-build. please install them.
i have ndk path in .bash file unable resolve error.
please share solution :)
i assuming have added android-sdk , android-ndk path in environment. if not can add sdk , ndk path using below command.
export path=/users/kaushik512/library/android/sdk/platform-tools/:/users/kaushik512/library/android/sdk/tools/:/users/kaushik512/downloads/android-ndk-r12b/:/nobackup/local/prog/nasm/bin:$path export path=/opt/local/bin/:$path
after adding path check using echo $path
.
add above in path , see if issue resolved.
Comments
Post a Comment