Unable to start activity ComponentInfo…java.lang.IllegalStateException: Already attached

前端 未结 2 2018
后悔当初
后悔当初 2021-01-18 02:55

I m getting that error ,as you can see i m adding the data that i grabbed from the first activity and storing it into the my array in the second activity . Then i us

2条回答
  •  隐瞒了意图╮
    2021-01-18 03:41

    So I did remove the extrat super.onCreate(savedInstanceState); that i had but it looks like one of my edit text is passing a nul value .So i went trough every line but as you can see all the edixtext are passing a diffrent of null http://pastebin.com/mys3R8QQ

提交回复
热议问题