> How deep and complicated is your view hierarchy? With Android 1.5, I get > the sense that StackOverflowError will be triggered by a too-complex set > of views, particularly in terms of depth. You can use hierarchyviewer > (in the tools/ of your SDK) to see how many layers you have -- if you're > in double digits on the deepest branch, you might need to find ways to > simplify the UI.
It was already the case in 1.0 and 1.1 but because of new features added in Cupcake, StackOverflowException now happen a bit earlier. This means that the app was almost overflowing anyway. -- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

