What' s the difference between gnustl and stlport in android ndk development?
问题 I want to know if their performance/stability differ from each other and their licenses explained in short. Real world experiences are welcomed. 回答1: As of yesterday (NDK r9d), gnustl was still more comprehensive, e.g. support for <thread>, <future>, and some other C++11 features. Even these depend on the toolchain: you could not use the default ARM gcc 4.6 to have them enabled. OTOH, stlport license is no-nonsense free, like the rest of AOSP, while the linking exception to GPL v3 for gnustl