android - arm-linux-androideabi-g++.exe: CreateProcess: No such file or directory error -


i added few new statements 'android.mk' project file compile new source code files , i'm having error after compiling *.cpp files:

arm-linux-androideabi-g++.exe: createprocess: no such file or directory make: *** [/cygdrive/...] error 1 

do else has had similar error ? can't figure out why happens, didn't modified paths, added source code files.

thanks in advance.

it command line long cygwin (see here: how build openssl on android/linux ?)

try moving somewhere shorter path. had error after adding couple of files android.mk file, , temporarily moving android project somewhere /cygdrive/c/projects allowed build. built there moved afterwards.


Comments