i\'m wrapping a native API to Android by NDK.
But when building it don\'t find the header files.
I have the following structure.
project/jni
For new people's convenience, I just want to add that move all your header files in folder which is referred by LOCAL_C_INCLUDES := $(LOCAL_PATH) and then save android.mk and restart eclipse. After trying all the above solutions, that worked for me.