[android-developers] ScrollView can host only one direct child Error

2011-12-08 Thread Duygu Kahraman
One of my project I added a scrollview to a layout.And I added a button to other layout.When i click the button 1 button is added .But when i clikced one more time i am get java.lang.IllegalStateException: ScrollView can host only one direct child error.I googled but all people say that you

Re: [android-developers] ScrollView can host only one direct child Error

2011-12-08 Thread TreKing
On Thu, Dec 8, 2011 at 8:56 AM, Duygu Kahraman duygu.kahram...@gmail.comwrote: I googled Bless you. but all people say that you can not add multible component to scrollview.But i am not added multible component. Uh ... did you look at the code you posted? Because that's *exactly* what