Hi!
in the ndk samples I add #include and get error:
1>D:codingandroidAndroidProject1jnigraphgraph.h(5,18): fatal error : string: No such file or directory
how to solved it in VisualGDB?
You must tell the Android project to use the STL library.
Please go to VisualGDB Project Properties and on the Makefile settings page choose the STL library version you wish to use (e.g. stlport_shared).
You can read more about the different STL library versions from docsCPLUSPLUS-SUPPORT.html under your Android NDK install directory.