Daily Archives: September 5, 2010

Android NDK and STLPort

As you know, the Android NDK offers a way to run native code on Android platform, however the standard template library is not included in NDK. While wandering on net looking for an easy solution to have my vector and my string in my native Android code without too much hassle, I have found a [...]