简体   繁体   中英

ANDROID_NDK--path not found

I have installed Android NDK.I have to compile an application natively.

ara@Aravind:~/Downloads/adrenosdk-linux/Development/Samples/OpenCLVectorAdd/Android/jni$ ANDROID_NDK/ndk-build

I am getting the error:::: bash: ANDROID_NDK/ndk-build: No such file or directory

My Path Variable is pointing to the android-ndk-r10c and I have made this path permanent. What is the problem? Thanks

The $ANDROID_NDK in the instructions is a placeholder meant to be replaced with the path to your NDK directory. If that directory is already in your path, you should only have to type ndk-build .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM