android - Facing this error The following binaries are missing: ndk-build. Please install them -


i'm trying build ' linphone-android ' .

link git repo

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

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -