I am trying to use C++11 threading facilities with Android NDK, but not sure how to make it use the latest compilers.
I have Clang 3.2 and can build iOS apps. I wond
NDK revision 8e has the Clang 3.2 compiler bundled in it. Use it and you're good to go.