Yes, there is nothing that supports exceptions within the system. However, using the latest NDK, you can generate exception-managed machine code. Everything is inside your application's machine code. This should work on 1.5+ devices. I may have to rephrase this document to make this clearer.
On Thu, Jan 13, 2011 at 12:47 AM, Allen Curtis <[email protected]> wrote: > Hello, > > I am in the process of porting C++ libraries to Android that use libsigc++. > However I am confused about the support provided in the NDK. > > The Stable APIs document states the following: > C++ Library: > ------------ > ... > They may not contain all definitions required by the standard. Notably, > support for C++ exceptions and RTTI is not available with Android 1.5 > system > images. > > > The Standalone Toolchain document states this: > 5.3 Exceptions, RTTI and STL: > - - - - - - - - - - - - - - - > The toolchain binaries *do* support C++ exceptions and RTTI by default. > > > Can someone clarify? > > TIA > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

