简体   繁体   中英

ndk-build path set, But Cygwin says ndk-build file not found

"bash: ndk-build: command not found"

Ok I've been dealing with this issue for 5 hours now and It's driving me crazy. I have downloaded and istalled Cygwin and Android NDK. I've set my PATH variables

C:\Development\Android\android-ndk-r8e\    <-- in my path..

But it keeps telling me COMMAND NOT FOUND.

I tried putting the ndk-build.cmd ITSELF in the cywin folder but it stil lsays file not found. What is wrong?

You just need to run cmd.exe, and type in "ndk-build". Cygwin is not necessary for the latest version of NDK.

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