Add header file path in the android.mk file. LOCAL_C_INCLUDES := $( LOCAL_PATH)/include LOCAL_C_INCLUDES += /CPPCore/ ...
stackoverflow.com