I\'m having problem with compiling cpp file using ndk-build tool (windows 7 with cygwin) Error appears when I try to compile cpp file with #include:
jni/nati
I think "APP_STL:=stlport_static" must be in Application.mk file.
Create a "Application.mk" file and write "APP_STL:=stlport_static" in it.