Make file issue in porting project for android

Please answer these questions to help fix this issue:
Hi,
I am porting the project for android in Mac OS. While running the build_native.sh script, it is giving error CCEditBox.h: No such file or directory, and similarly for CCLabelTTF and other cocos2dx files. As i include my classes in the Android.mk file. I have also included CCEditBoc.cpp in the Android.mk file, it is still showing the same error.
I am using cocos2dx-2.2.2 version.

@progfast

Try to create a empty Android project and copy the Android.mk file into your project and then modify the compile files and the include header files.