Android NDK and STLPort
Posted by admin on September 5, 2010
1 comment
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 [...]