Android NDK linker Error:error: undefined reference to std::basic_string
I am currently trying to build a static library of some source c++ files requiring boost. I have been following the hello-libs example and have successfully linked the boost static file dependencies as is done in the sample example.Now said that, during while building the module I get these erros : Error:error: undefined reference to 'std::basic_string, std::allocator >::basic_string(char const*, std::allocator const&)' Error:error: undefined reference to 'std::runtime_error::runtime_error(std::string const&)' Error:error: undefined reference to 'std::_Rb_tree_decrement(std::_Rb_tree_node_base