I am trying to use the NDK 5 full C++ gnustl:
The CPLUSPLUS-SUPPORT.html states:
CPLUSPLUS-SUPPORT.html
The NDK toolchain supports C++ exceptions, since
As far as I know, the Android NDK has never supported exceptions. libstdc++ itself does support exceptions, but when compiled for android, exception support is turned off (grep for "-fno-exceptions").
See this thread on the android ndk mailing list.