Android ndk r15c compiled node.js error: 'to_string' is not a member of 'std'
I use the (doc) method to build using ndk, this problem has occurred, after google After searching and issues, I got the message android-ndk uses gnustl cpp lib by default which doesn't include some functions (std::to_string) in particular., then I put the common.gypi file inside The gnu++1y was changed to c++11 and it still didn't work.
In file included from ../deps/v8/src/torque/ast-generator.h:9:0,
from ../deps/v8/src/torque/ast-generator.cc:8:
../deps/v8/src/torque/ast.h: In member function 'std::string'