"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

ndk-build command

Hi When I tried to run ndk-build from Cygwin bash shell, I got bash: ndk-build: command not found Does anyone know why? Thanks Kim

Have you added the Android NDK directory to your Windows path? See the Getting Start Guide, Step 1. - Kim

Could be because of any spaces in a file root. If you have the ndk then make sure you have cd the samples before trying to build the ndk. cd --Project JNI-- then do NOT cd but just write location of ndk in command line and at end of line write the call to /ndk-build. Good Luck, Grant