Here is my environment variable setting in (.bashrc) ..
export ANDROID_SDK="/AndroidSDK/android-sdks" export ANDROID_NDK="/AndroidNDK/android-ndk-r8d" export PATH="$PATH:$ANDROID_SDK/tools:$ANDROID_SDK/platform-tools:$ANDROIDNDK"
when I try to run ndk-build on ternimal, an error message is displayed
-bash: ndk-build: command not found
I am just trying to create a sample example in San Angeles in the ndk directory.
Droidengineer
source share