On Mar 31, 8:45 pm, Wang Fei <[email protected]> wrote: > seems above code can't pass the build in android env, is there anyway > to use it in android ?
Android is built with -fno-exceptions. This reduces the object file size, and (depending on implementation) improves the execution speed. If you'd like a more detailed answer, the android-platform mailing list is probably better suited for this discussion. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" 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-framework?hl=en -~----------~----~----~----~------~----~------~--~---
