The specified child already has a parent. You must call removeView() on the child's parent first

后端 未结 13 2153
余生分开走
余生分开走 2020-11-29 07:50

I create this post, because i am new at this, and i need a little help. I am doing a little exercise about a application you that put your name, and it returns \"hello (the

13条回答
  •  死守一世寂寞
    2020-11-29 08:38

    in ActivitySaludo, this line,

        setContentView(txtCambiado);
    

    you must set the content view for the activity only once.

提交回复
热议问题