With the new release of the NDK, is it now possible to build an
android game using 100% C++, or is some Java still need?
Also, this page:
http://developer.android.com/sdk/ndk/index.html
Says this:
"C++ Exceptions and RTTI are not supported in the default STL
implementation."
I'm not very familiar with the NDK, and only very little of the SDK,
but should I interpret this as meaning that there is no support for C+
+ exceptions, or that only the STL implementation does not support
exceptions? In other words, are C++ exceptions supported in the NDK?