NDK do not find the standard C++ libraries

In Application.mk (if it doesn't exist, create it) add the following line:

APP_STL := stlport_static

You will now be able to use the STL.

你可能感兴趣的:(C++)