I'm using android NDK r9d and toolchain 4.8 but I'm not able to use std::to_string function, compiler throws this error:
error: 'to_string' is not a member of 'std'
Is this function not supported on android ndk? I try APP_CPPFLAGS := -std=c++11
with no luck.