Android ndk中使用vector和string

1. 如何使用vector:

建立Application.mk,添加

APP_STL := stlport_static


2. 如何使用string:

在项目的properties中,选择c/c++ General->Paths and Symbols,在includes下面添加

ndk path/sources/cxx-stl/stlport/stlport


你可能感兴趣的:(android,ndk)