Friday, 15 April 2011

android - process_begin: CreateProcess(NULL, cp file dir, ...) failed error while building application on eclipse and using cygwin -



android - process_begin: CreateProcess(NULL, cp file dir, ...) failed error while building application on eclipse and using cygwin -

i trying re-create header files source file dir include dir android.mk. building application in eclipse running on top of windows using cygwin generate linux env. getting error

process_begin: createprocess(null, cp jni/core/source/serialize.h jni/core/include, ...) failed.

android.mk file looks like:

local_src_files := ... file_path := $(my_jni_dir)/core/include/ file := $(my_jni_dir)/core/source/serialize.h $(shell cp $(file) $(file_path)) include $(build_static_library)

can tell me doing wrong? in advance.

android eclipse

No comments:

Post a Comment