android ndk에서 stl 사용하기

cocos2d-x 2013. 4. 17. 17:44 Posted by friday13th

 

added following line in Android.mk

LOCAL_C_INCLUDES += ${NDKROOT}/sources/cxx-stl/stlport/stlport

and Added following line in Application.mk

APP_STL := stlport_static

then automatically my ndk stlport path added in

Properties -> C++ General -> Paths and Symbols -> include