now i meet a problem , in my android application , my activity layout is too deep, and it cause the problem like below.
java.lang.StackOverflowError
android.text.TextLine.measureRun
android.text.TextLine,measure
android.text.Layout.getLineExtent()
android.text.layout.drawText()
android.widget.TextView.OnDraw()
someone suggest me to cut the level of layout, but my application is special, i could control it ,because i am not the designer of application view, i just apply the interface and basic control for any one to use. someone said that we can also modify the build.prop file parameter to solve the problem , wish someone can help me , thanks a lotherecation .