Android NullPointerException + GetDatabaseLocked

后端 未结 1 637
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-03 20:23

I have got a problem with my programm. I use a database to save the settings of my app. When I save the password in the app it´s all ok, but when I save the name of a \"scho

相关标签:
1条回答
  • 2020-12-03 20:54

    The Context you passed to the SQLiteOpenHelper constructor was null.

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