Android: Increase call stack size
I have an application with very complex UI, containing many layouts nested one in another. While Creating another layout, I've caught a StackOverflowError Wondering, I've created two test examples: 1) Hello world application with following xml for main Activity <?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" > <FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent" > <FrameLayout android:layout_width="fill_parent" android:layout