Stackoverflow: Caused by nested views?
问题 I'm having a crash when refreshing a view inside a SlidingTray (custom SlidingDrawer coming from the top). I'm not sure what causing it.. but my first guess is that it's due to the number of nested layouts... What is the maximum number of nested layouts? Is it device specific, how can I be sure if that's the cause? If it's not, any of these things is causing it.. what is? The stacktrace: E/AndroidRuntime( 2199): FATAL EXCEPTION: main E/AndroidRuntime( 2199): java.lang.StackOverflowError E