LOCAL_ALLOW_UNDEFINED_SYMBOLS := trueresulted in successful compilation and runtime error on device. Started googling, and found a lot about missing wide characters support in official NDK. And then came back to Crystax page.
Features supported by CrystaX NDK:Nice :) It compiles, it works without exceptions.
1.Wide characters.
Google's NDK doesn't support wide chars properly - neither in C or C++. Using CrystaX NDK you get full standard compliant wide characters support. You can easily port existing code which use wide characters/strings/streams or write new one.
And yes, I will try to write more about my programming adventures.