Java.lang.IllegalStateException: Already attached

前端 未结 4 1544
Happy的楠姐
Happy的楠姐 2021-01-07 19:50

I\'m trying to build an app, that pastes an input from a previous activity(works with no problem) and then shows me some things from a database(when ButtonGet is pressed). T

4条回答
  •  無奈伤痛
    2021-01-07 20:46

    Please attach logcat message and if possible DB file. This could be the possible problem, You might be reassign the already assigned db object while inserting in the table.

提交回复
热议问题