I just added a few new statements to my 'android.mk' project file to compile new source code files and I'm having the error after compiling all the *.cpp files:
arm-linux-androideabi-g++.exe: CreateProcess: No such file or directory
make: *** [/cygdrive/...] Error 1
Do anyone else has had a similar error ? I can't figure out why this happens, I didn't modified paths, just added source code files.
Thanks in advance.