Eclipse Android Project build_native.sh not compiling C++ files in Classes

I’ve added some new files to the Classes folder but when I run build_native.sh it doesn’t see the new files and compile them

You probably need to add the files to your Android.mk file located in /proj.android/jni/

Francis

Thank you so much, I knew there had to be a file

Have you resolved your problem?

Minggo Zhang wrote:

Have you resolved your problem?

yes, everything is compiling now