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

前端 未结 2 2019
后悔当初
后悔当初 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

    0 讨论(0)
  • 2021-01-18 03:48

    You have 2 super.onCreate(savedInstanceState); in your code, remove one of them.

    0 讨论(0)
提交回复
热议问题